Skip to content

Commit e0b2fda

Browse files
stasoidDennisMitchell
authored andcommitted
added Ante
1 parent 05d2560 commit e0b2fda

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

usr/share/tio.run/languages.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,28 @@
595595
},
596596
"update": "git"
597597
},
598+
"ante": {
599+
"categories": [
600+
"recreational"
601+
],
602+
"encoding": "UTF-8",
603+
"link": "https://github.com/michaeldv/ante",
604+
"name": "Ante",
605+
"tests": {
606+
"helloWorld": {
607+
"request": [
608+
{
609+
"command": "F",
610+
"payload": {
611+
".code.tio": "9♦8♥J♦A♦2♣3♥7♠J♦A♦7♦J♦J♦A♦3♦J♦5♥6♦4♥J♥A♥6♠6♠J♥A♦8♦J♦A♦8♠J♦A♦3♦J♦A♦6♠J♦A♦8♠J♦A♥3♦2♠J♥A♥2♣6♠J♥"
612+
}
613+
}
614+
],
615+
"response": "Hello, world!"
616+
}
617+
},
618+
"update": "git"
619+
},
598620
"anyfix": {
599621
"categories": [
600622
"recreational"

wrappers/ante

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
ruby /opt/ante/ante.rb .code.tio "$@" < .input.tio

0 commit comments

Comments
 (0)