Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / python / prog.py
diff --git a/t/problems/hello/tests/python/prog.py b/t/problems/hello/tests/python/prog.py
new file mode 100644 (file)
index 0000000..b6681c7
--- /dev/null
@@ -0,0 +1,2 @@
+#!/usr/bin/python
+print 'Hello World!';
This page took 0.010098 seconds and 4 git commands to generate.