const getCode = function(s) { return s.slice(0, 3).toUpperCase();}
var commands = new List<string>()
{
"test 1",
"test 2",
"tetst 3"
};
Console.Write(commands[0]);