riju/langs/pseint.yaml

16 lines
199 B
YAML

id: "pseint"
aliases:
- "psc"
name: "PSeInt"
main: "main.psc"
template: |
Proceso Main
Escribir "¡Hola, mundo!";
FinProceso
run: |
pseint --nouser main.psc
hello: |
¡Hola, mundo!