Skip to content

Commit

Permalink
added LNUSP
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Sep 14, 2017
1 parent 59d860a commit 708e4bc
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 @@ -4086,6 +4086,28 @@
],
"update": "dnf"
},
"lnusp": {
"categories": [
"recreational"
],
"encoding": "SBCS",
"link": "https://github.com/TryItOnline/lnusp",
"name": "LNUSP",
"tests": {
"helloWorld": {
"request": [
{
"command": "F",
"payload": {
".code.tio": "001 . !.! .OUTPUT .EXIT\n001 . ! . .\n001 ! . ! . .\n001 . !! . .\n001 * . .\n033 + ! . .\n001 * . .\n100 + d . .\n001 * . .\n108 + l . .\n001 * . .\n114 + r . .\n001 * . .\n111 + o . .\n001 * . .\n087 + W . .\n001 * . .\n032 + . .\n001 * . .\n044 + , . .\n001 * . .\n111 + o . .\n001 * . .\n108 + l . .\n001 * . .\n108 + l . .\n001 * . .\n101 + e . .\n001 * . .\n072 + H . .\n001 * . !\n001 . . .\n001 . . .\n001 . . .\n001 . . .\n001 ! . .\n001 . . .\n001 . . .\n001 . . .\n001 . @ . .\n001 . +. .\n001 . ! .\n001 . . .\n001 . ?.....?@\n001 . ? . ?\n001 . . . *\n001 . ? . ?\n001 !.......?..@..?"
}
}
],
"response": "Hello, World!"
}
},
"update": "git"
},
"logicode": {
"categories": [
"recreational"
Expand Down
3 changes: 3 additions & 0 deletions wrappers/lnusp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

/opt/lnusp/lnusp .code.tio "$@" < .input.tio

0 comments on commit 708e4bc

Please sign in to comment.