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