-module(cake_sqlight). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export([main/0]). -file("/Volumes/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_stdlib:println(_pipe).