Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / project_erlang_windows / src / erlang_file.erl
177 B 9 lines
1-module(erlang_file). 2 3-export([main/0]). 4 5-include("erlang_header.hrl"). 6 7main() -> 8 String = header_function(), 9 <<"Hello, from the Erlang module!\n"/utf8, String/binary>>.