This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
wesvirus
/
edaBit-coding-challenges
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
94f3018cec
Ramos
Etiquetas
master
edaBit-codin...
/
Return-the-Next-Number-from-the-Integer-Passed
/
code.cpp
code.cpp
38 B
Histórico
Em bruto
1
2
3
int addition(int a) {
return a + 1;
}