Hola mundo!

Written by tuli0 on December 4, 2007 – 12:13 pm -

Hello World!

main()

{

printf (”hello, world\n”);

}

#include <iosrteam.h>

main()

{

cout << “Hello, World!” << end1;

return 0;

}

using System;

class HelloWorld

{

public static int Main(String[] args)

{

Console.WriteLine(”Hello, World!”);

return 0;

}

}

class HelloWorld

{

public static void main ( String args[] )

{

System.out.println(”Hello, World!”);

}

}

report zhelloworld.

write: “Hello, World!”.


Tags: , , ,
Posted in Ambiente, Geek, Nada, Programación |

One Comment to “Hola mundo!”

  1. Elrond Dijo:

    print ‘Hello World’;

Leave a Comment