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

extern fn main(argc int, argv **u8) int {
   printf("hello %d", argc + 42);
}