python

Python code posted
created at 07 Apr 19:38, updated at 30 Apr 12:42

Edit | Back
1
2
3
4
5
6
def main():
# test
  print("Hello, World!")

if __name__ == "__main__":
  main()http://coderay.rubychan.de/rays/8954
121 Bytes in 2 ms with coderay