Skip to content

Commit

Permalink
added Thing
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Jun 11, 2018
1 parent 3a65f7c commit 7bb1aff
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions usr/share/tio.run/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10608,6 +10608,28 @@
},
"update": "git"
},
"thing": {
"categories": [
"recreational"
],
"encoding": "UTF-8",
"link": "https://gitlab.com/gnu-nobody/Thinglang",
"name": "Thing",
"tests": {
"helloWorld": {
"request": [
{
"command": "F",
"payload": {
".code.tio": "\\!\\d\\l\\r\\o\\W48*c\\,\\o\\ld\\e\\H++++++++++++"
}
}
],
"response": "Hello, World!"
}
},
"update": "git"
},
"threead": {
"categories": [
"recreational"
Expand Down
3 changes: 3 additions & 0 deletions wrappers/thing
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python3 /opt/thing/thing.py "$(<.code.tio)" 0 "$@" < .input.tio

0 comments on commit 7bb1aff

Please sign in to comment.