We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
C#
class Main { public static void Main(String[] args) { Console.WriteLine("Hello, world"); } }
Tane
def main args : Array[String] print "Hello, world"