Current section
Files
Jump to
Current section
Files
src/cake_gmysql.gleam
import gleam/io
/// As a library *cake_gmysql* cannot be invoked directly in a meaningful way.
///
@internal
pub fn main() {
{
"\n" <> "cake_gmysql is an adapter library and cannot be invoked directly."
}
|> io.println
}