-module(cake). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export([main/0]). -spec main() -> nil. main() -> _pipe = (<<<<<<"\n"/utf8, "cake is a query building library and cannot be invoked directly."/utf8>>/binary, "\n"/utf8>>/binary, "For demos see cake/internal/examples/"/utf8>>), gleam@io:println(_pipe).