4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
|
func main(args)
|
||
|
{
|
||
|
Console.WriteLine("Hello, world");
|
||
|
}
|