Simple command in Erlang shell not working #1479
-
|
Followed the web link for creating a simple project in Gleam https://gleam.run/writing-gleam/creating-a-project/ the output was: All fine till now. 👍 I tried several times on macOS,Ubuntu and Windows 10 : The result is same Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @functonal ! The generated function in new projects is called Looks like those docs are out of date, I'll fix that now. |
Beta Was this translation helpful? Give feedback.
Hi @functonal ! The generated function in new projects is called
main, so it'll bemy_fantastic_library:main()..Looks like those docs are out of date, I'll fix that now.