aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-world.cff
blob: 3eb198c1161fe254fff369c623ea18215bb9f759 (plain) (blame)
1
2
3
4
5
6
import "libc.hff";

extern fn main(argc int, argv *const *const u8) int {
   printf("hello world\n");
}