1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 07:17:41 +00:00
bobbylisp/example/hello_world.hyc
Natapat Samutpong 028c58980c some AST generation (let, ident, etc.)
also no more formal commit message because im lazy
2022-02-12 14:29:33 +07:00

2 lines
60 B
Plaintext

let foo :: String = "Hello, ";
let bar :: String = "World!";