/*
* Quick Test: CLI for stress testing in competitive programming
* Copyright (C) 2021 - Luis Miguel Báez
* License: MIT (See the LICENSE file in the repository root directory)
*/pubstructSetupCommand{publabel: String,
pubvalue: String,
}implSetupCommand{pubfnnew(label: String, value: String)-> SetupCommand{
SetupCommand { label, value }}}