mirror of
https://github.com/fluencelabs/asmble
synced 2025-07-04 08:51:35 +00:00
3 lines
37 B
C
3 lines
37 B
C
![]() |
int addOne(int x) {
|
||
|
return x + 1;
|
||
|
}
|