[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Get mad at this
- Subject: [ale] Get mad at this
- From: cfowler at outpostsentinel.com (Chris Fowler)
- Date: Wed, 05 Feb 2014 16:57:40 -0500
You guys want to get mad? Get mad at this:
*
#! /usr/bin/python
import sys;
def main(): #{
print "Hello, World!";
return 0;
#}
if __name__ == "__main__":
sys.exit(main());*
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20140205/006d91ee/attachment.html>