c#

C++ code posted
created at 01 Nov 09:08

Edit | Back
1
2
3
4
5
class Test {
    public static Main(string[] args) {
        System.Console.WriteLine("hello world!");
    }
}
114 Bytes in 2 ms with coderay