Current section
Files
Jump to
Current section
Files
src/gary.erl
-module(gary).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-export_type([erlang_array/1]).
-type erlang_array(FMC) :: any() | {gleam_phantom, FMC}.
-file("/home/wsl/gleam/gary/src/gary.gleam", 5).
-spec main() -> integer().
main() ->
0.