Feeds:
Posts
Comments

Archive for March, 2006

Hello world!

SMP

10 PRINT “HELLO WORLD”
20 END
Kuliah Tingkat 1
<HTML>
<HEAD>
<TITLE>Hello, World Page!</TITLE>
</HEAD>
<BODY>
Hello, World!</BODY></HTML>
Kuliah Tingkat 2
#include <iostream.h>
main(){for(;;)
{cout << “Hello World! “;}}
Kuliah Tingkat 3

class HelloWorld
{public static
void main (String args[])
{for (;;)
{System.out.print(“Hello World “);}}}
Kuliah Tingkat 4
while 1,
disp(‘hello world’)

end
Kerja

while (/bin/true)
doecho “Hello, World!”
done
Manager (nanti nya..)

/* Mas, bikinin program dengan
output string
“Hello World!” */

Read Full Post »