hello world

C code posted by yanok
created at 24 May 08:59

Edit | Back
1
2
3
4
5
6
7
public class foo()
{
  public foo()
  {
    Console.WriteLine("Hello World");
  }
}
89 Bytes in 9 ms with coderay