This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive-2/example/program.nub
nub31 942b38992b ...
2025-05-17 15:53:28 +02:00

8 lines
135 B
Plaintext

import c
global func main(argc: i64, argv: i64) {
printf("args: %d, starts at %p\n", argc, argv)
printf("%s\n", list.text)
}