This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
wesvirus
/
edaBit-coding-challenges
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
edaBit-codin...
/
Return-the-Next-Number-from-the-Integer-Passed
/
code.cpp
code.cpp
38 B
Permalink
Cronologia
Originale
1
2
3
int addition(int a) {
return a + 1;
}