Glad to meet you. Very glad.

Sep 22, 2010 07:14

I've decided that the "Hello, world." convention for first programs in new development environments should be changed to "Hello, sailor."

Leave a comment

Comments 4

chromeangel September 22 2010, 18:32:21 UTC
nice

Reply


dethlark September 22 2010, 22:47:51 UTC
I think it should be "Heloo thailor"

Reply

wwww September 22 2010, 23:00:24 UTC
Only if you're coding in lisp.

Reply


kharsivan December 5 2010, 03:49:51 UTC
So, I'm trying to get the GAMESS quantum chem calc package to configure, but the gfortran compiler can't find the library. There are so many libs to choose from.

Gotta try them all.

The test fortran program was:

PROGRAM HELLO
WRITE (*,100)
STOP
100 FORMAT (' Hello World! ' /)
END

Reply


Leave a comment

Up