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: Ambiente, Geek, Nada, Programación
Posted in Ambiente, Geek, Nada, Programación |



December 6th, 2007 at 1:23 pm
print ‘Hello World’;