mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-30 15:22:01 +03:00
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
. ../../testutils.sh
|
|
|
|
idris2 --cg node -o node_integers.js TestIntegers.idr > /dev/null
|
|
node build/exec/node_integers.js
|