mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-25 06:42:22 +00:00
3 lines
37 B
C
3 lines
37 B
C
|
int addOne(int x) {
|
||
|
return x + 1;
|
||
|
}
|