ErikrafT
Docs
Playground
Share
playground.erik
Run
pub fn main() { let message = "Welcome to the ErikrafT Playground!" print(message) // Try some AI primitives // let answer = await ai.chat("What can I do here?") // print(answer) }
Console
Clear
$ erik run playground.erik
Welcome to the ErikrafT Playground!
Program exited with code 0