Initial HelloWorld support for C# (thank you @vroad)

This commit is contained in:
Joshua Granick
2016-08-30 02:55:19 -07:00
parent 67489f4f26
commit 59142b5b28
50 changed files with 2028 additions and 114 deletions

View File

@@ -1,5 +1,5 @@
package haxe;
#if (!neko && !cpp && !nodejs)
#if (!neko && !cpp && !nodejs && !cs)
// Original haxe.Timer class