add erlang to path

This commit is contained in:
Lunarmagpie 2023-03-09 02:19:37 -05:00
parent 6e54a865ed
commit 8947110ac2
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import gleam/io
pub fn main() {
io.println("OK")
}
io.println("OK")
}