Skip to main content

Hello World

Duck is a compiled, statically type-checked language based on an expressive type system and the go runtime.

src/structs.duck
fn main() {
std::io::println("Hello, World!");
}