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

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