Current section
Files
Jump to
Current section
Files
src/cake_sqlight.erl
-module(cake_sqlight).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-file("/Users/leo/local-dev/gleam/gleam-cake-sqlight/src/cake_sqlight.gleam", 6).
-spec main() -> nil.
main() ->
_pipe = (<<"\n"/utf8,
"cake_sqlight is an adapter library and cannot be invoked directly."/utf8>>),
gleam@io:println(_pipe).