X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fpython3%2Fprog.py;fp=t%2Fproblems%2Fhello%2Ftests%2Fpython3%2Fprog.py;h=2378708c790efce350b4dd91c25476af46e9baa7;hp=0000000000000000000000000000000000000000;hb=ab4d4022f96cb8c6cb86ceed187db810935ba454;hpb=34cc90c9aa31c1cad1fcef0684e940407426ad1d diff --git a/t/problems/hello/tests/python3/prog.py b/t/problems/hello/tests/python3/prog.py new file mode 100755 index 0000000..2378708 --- /dev/null +++ b/t/problems/hello/tests/python3/prog.py @@ -0,0 +1,2 @@ +#!/usr/bin/python3 +print('Hello World!')