import system'routines; import extensions; public Program() { new int[]{5,50,9000}.forEach::(n) { Console.printLine(n.toString(2)) } }