riju/langs/asymptote.yaml

15 lines
152 B
YAML

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