waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

world.cs (105B)


      1 public class World {
      2 	public static void SayHello()
      3 	{
      4 		System.Console.WriteLine("Hello from C#");
      5 	}
      6 }