Jeff Silverman
Followers
Blog Archive
▼
2025
(1)
▼
May
(1)
Introducing the new web gardener - Jeff Silverman
►
2019
(1)
►
April
(1)
►
2017
(1)
►
January
(1)
►
2016
(3)
►
March
(1)
►
February
(1)
►
January
(1)
►
2010
(1)
►
February
(1)
About Me
Jeff Silverman, Linux sysadmin
View my complete profile
Showing posts with label
World"
.
Show all posts
Showing posts with label
World"
.
Show all posts
Saturday, February 13, 2010
Hello, World
In C
#include
int main ( int argc, char **argv)
{
printf ("Hello, World\n");
}
In python
#! /usr/bin/python
#
print "Hello, World\n"
In English
Hello, world
Home
Subscribe to:
Posts (Atom)