1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-08-09 09:25:27 +00:00
Files
8bitworkshop/presets/base_z80/simple1.c
2017-04-29 11:53:27 -04:00

4 lines
38 B
C

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