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

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

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

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