X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fmono%2Fprog.cs;fp=t%2Fproblems%2Fhello%2Ftests%2Fmono%2Fprog.cs;h=d1aed411e3368b4613f42f6f67987b2a033e7810;hp=0000000000000000000000000000000000000000;hb=b8f7001a80665c35f33aed657ead2a426d4efac8;hpb=d9c408103c63368802d73c9147a273074e520e65 diff --git a/t/problems/hello/tests/mono/prog.cs b/t/problems/hello/tests/mono/prog.cs new file mode 100644 index 0000000..d1aed41 --- /dev/null +++ b/t/problems/hello/tests/mono/prog.cs @@ -0,0 +1,6 @@ +using System; +class prog { + static void Main() { + Console.WriteLine("Hello World!"); + } +} \ No newline at end of file