This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
wesvirus
/
edaBit-coding-challenges
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
94f3018cec
Gałęzie
Tagi
master
edaBit-codin...
/
Return-the-Sum-of-Two-Numbers
/
code.cpp
code.cpp
45 B
Historia
Czysty
1
2
3
int addition(int a, int b) {
return a + b;
}