This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
wesvirus
/
edaBit-coding-challenges
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
d2a2ba9e15
Větve
Značky
master
edaBit-codin...
/
Name-Greeting
/
code.cpp
code.cpp
75 B
Historie
Surový
1
2
3
std::string helloName(std::string name) {
return "Hello " + name + '!';
}