X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fpython%2Fprog.py;fp=t%2Fproblems%2Fhello%2Ftests%2Fpython%2Fprog.py;h=b6681c79c3936c9830e6dfb72935ac13d4ca6cce;hp=0000000000000000000000000000000000000000;hb=b8f7001a80665c35f33aed657ead2a426d4efac8;hpb=d9c408103c63368802d73c9147a273074e520e65 diff --git a/t/problems/hello/tests/python/prog.py b/t/problems/hello/tests/python/prog.py new file mode 100644 index 0000000..b6681c7 --- /dev/null +++ b/t/problems/hello/tests/python/prog.py @@ -0,0 +1,2 @@ +#!/usr/bin/python +print 'Hello World!';