id: "sagemath"
aliases:
- "sage"
name: "SageMath"
install:
apt:
- sagemath
repl: |
sage
main: ".sage/init.sage"
template: |
print("Hello, world!")
createEmpty: ""
run: |
scope:
code: |
x = 123 * 234