This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
wesvirus
/
edaBit-coding-challenges
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
94f3018cec
Ramas
Etiquetas
master
edaBit-codin...
/
Return-the-Next-Number-from-the-Integer-Passed
/
code.cpp
code.cpp
38 B
Histórico
Raw
1
2
3
int addition(int a) {
return a + 1;
}