1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-09 02:31:21 +00:00

4 lines
38 B
C
Raw Normal View History

int func(int x) {
return x / 4;
}