I would really like to run my gleam project on my schools beefy computers, but they only have erlang installed.
I am able to run my gleam project easily on my computer using gleam shell and then star_scan:main(). but when I try using just the erlang shell (ie typing erl then star_scan:main().) I get this error:
** exception error: undefined function star_scan:main/0. Is there a simple way to run my project using the erlang shell?