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 / external_only_erlang / src / external_only_erlang_ffi.erl
96 B 5 lines
1-module(external_only_erlang_ffi). 2-export([main/0]). 3 4main() -> 5 io:format("Hello!\n", []).