This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
wesvirus
/
edaBit-coding-challenges
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
94f3018cec
Branche
Tagy
master
edaBit-codin...
/
Return-the-Next-Number-from-the-Integer-Passed
/
code.cpp
code.cpp
38 B
História
Raw
1
2
3
int addition(int a) {
return a + 1;
}