riju/langs/asymptote.yaml

19 lines
185 B
YAML

id: "asymptote"
aliases:
- "asy"
name: "Asymptote"
install:
apt:
- asymptote
repl: |
asy
main: "main.asy"
template: |
write("Hello, world!");
run: |
asy main.asy; asy