1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00
8bitworkshop/presets/base_z80/simple1.c

4 lines
38 B
C
Raw Normal View History

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