From 3e6038ea5f23d4fd22d42f5561092d4dc17d387f Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 26 Mar 2012 12:26:22 +0200 Subject: Codice sorgente --- esempi/hello.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 esempi/hello.py (limited to 'esempi/hello.py') diff --git a/esempi/hello.py b/esempi/hello.py new file mode 100644 index 0000000..0f2c124 --- /dev/null +++ b/esempi/hello.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +def main(): + print "Hello World!" + +if __name__ == '__main__': main() -- cgit v1.2.3