mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-10-31 23:09:49 +00:00
4 lines
38 B
C
4 lines
38 B
C
|
int func(int x) {
|
||
|
return x * 2;
|
||
|
}
|