Hello

First

1
2
3
4
5
6
7
8
using System;

class Program{
public static void Main(string args[]){
Console.Writeline("Hello World")
}
}

Author

Johannes Lüke

Posted on

2020-04-07

Updated on

2021-01-04

Licensed under

Comments