test

C code posted
created at 12 Jun 17:32, updated at 12 Jun 17:32

Edit | Back
1
2
3
4
5
6
7
//=============================================
    public sealed class Application : IApplication
    {
        private static Application _instance = null;
        private string[] _args;

}
198 Bytes in 2 ms with coderay