Example #1
0
    public static void Main(String[] args)
    {
        var h = new Hello.Hello();

        h.PrintHello();
    }
Example #2
0
File: Hello.cs Project: ctguxp/cxxi
	public static void Main (String[] args) {
		var h = new Hello.Hello ();
		h.PrintHello ();
	}
Example #3
0
        public void Anon_6()
        {
            Hello currentMachine = this;

            GlobalFunctions_Hello.StopProgram(this);
        }
Example #4
0
 static void Main(string[] args)
 {
     Hello.WriteHello();
 }
Example #5
0
        public void Anon_5()
        {
            Hello currentMachine = this;

            PModule.runtime.Logger.WriteLine("Hello\n");
        }