lc/examples/test.l

10 lines
85 B
Text

import std::io;
module log {
void print_msg([u8] msg)
{
printf("%s\n", msg);
}
}