Skip to content

Commit

Permalink
Fix hello_world and "Install and smoke test"
Browse files Browse the repository at this point in the history
Explicitly return ok, so atomvm exits with success.

Signed-off-by: Davide Bettio <[email protected]>
  • Loading branch information
bettio committed Aug 11, 2023
1 parent ae5a475 commit d260911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/erlang/hello_world.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
-export([start/0]).

start() ->
erlang:display(hello_world).
erlang:display(hello_world),
ok.

0 comments on commit d260911

Please sign in to comment.