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

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