8bitworkshop/presets/base_z80/simple1.c

4 lines
38 B
C

int func(int x) {
return x * 2;
}