Init new repository
This commit is contained in:
6
examples/hello_world/main.lc
Normal file
6
examples/hello_world/main.lc
Normal file
@@ -0,0 +1,6 @@
|
||||
import "libc";
|
||||
|
||||
main :: proc(): int {
|
||||
printf("hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user