We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1236b62 commit b0ea290Copy full SHA for b0ea290
languages.json
@@ -123,6 +123,7 @@
123
"ps1": "PowerShell",
124
"py2": "Python 2",
125
"py3": "Python 3",
126
+ "pyth": "Pyth",
127
"q": "Qore",
128
"r": "R",
129
"reb": "REBOL",
run-tests.sh
@@ -117,6 +117,7 @@ for lang in "${languages[@]}"; do
117
(ps1) run=(pwsh "$f");;
118
(py2) run=(python2 "$f");;
119
(py3) run=(python3 "$f");;
120
+ (pyth) export PYTHONPATH=$HOME/lib/pyth; run=(python ~/bin/pyth.py -c "$(<"$f")");;
121
(q) run=(qore "$f");;
122
(r) run=(r -q --slave -f "$f");;
(rb) run=(ruby "$f");;
solutions/punishment_pyth.txt
@@ -0,0 +1 @@
1
+V*5*TT"I will not throw paper airplanes in class.
0 commit comments