Check out my new blog

Sunday, August 30, 2009

So nerdy for a cash register.


I never expect to see the very basic "Hello World" in a very complex cash register. I saw it last Friday in KFC at Dela Rosa carpark in Makati.

"Hello World"... It's cool! Right? :D

-------------------------------------------

main()
{
printf("Hello World");
getch();
}

-------------------------------------------

public class HelloWorld
{
public static void main(String JPB[])
{
System.out.println("Hello World");
}
}

So nice to see an end machine that displays the introductory string.
Yey! =))

No comments:

Post a Comment