Current section
Files
Jump to
Current section
Files
src/cake_shork.erl
-module(cake_shork).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-file("/Volumes/Gleam/gleam-cake-shork/src/cake_shork.gleam", 6).
-spec main() -> nil.
main() ->
_pipe = (<<"\n"/utf8,
"cake_shork is an adapter library and cannot be invoked directly."/utf8>>),
gleam_stdlib:println(_pipe).