Files
riscy-rust/test/test.c
2023-05-22 13:59:56 +01:00

5 lines
48 B
C

int main() {
int x = 1 + 2;
return 0;
}