This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
e37bfb022f
piston
/
packages
/
gleam
/
0.26.2
/
run
6 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add gleam
2023-02-20 06:23:31 +01:00
#!/usr/bin/env bash
gleam new project
put code in correct file
2023-02-26 20:01:24 +01:00
cat $1 > project/src/project.gleam
add gleam
2023-02-20 06:23:31 +01:00
cd project
gleam run