1
0
forked from Rativel/BurritOS
Files
BurritOS/test/riscv_instructions/jump_instructions/ret.c

3 lines
28 B
C

int main() {
return 1;
}