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

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