We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d2560 commit e0b2fdaCopy full SHA for e0b2fda
2 files changed
usr/share/tio.run/languages.json
@@ -595,6 +595,28 @@
595
},
596
"update": "git"
597
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
620
"anyfix": {
621
"categories": [
622
"recreational"
wrappers/ante
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+
3
+ruby /opt/ante/ante.rb .code.tio "$@" < .input.tio
0 commit comments