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

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

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

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