do you think Maybe is a better name?
do you think Maybe is a better name?
-module(hello).
-export([start/0]).
start() ->
io:format("Hello, World!\n").
Maybe I don't understand enough about the runtime but I don't see why it couldn't be done in Gleam.
-module(hello).
-export([start/0]).
start() ->
io:format("Hello, World!\n").
Maybe I don't understand enough about the runtime but I don't see why it couldn't be done in Gleam.