riscv: asm: implement `j offset`
[tinycc.git] / examples / ex1.c
blob3d2a3e18ff3a4cf524915022f548cd531fd68278
1 #!/usr/local/bin/tcc -run
2 #include <tcclib.h>
4 int main()
6 printf("Hello World\n");
7 return 0;