This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
wesvirus
/
edaBit-coding-challenges
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d2a2ba9e15
Rami (Branch)
Tag
master
edaBit-codin...
/
Name-Greeting
/
code.cpp
code.cpp
75 B
Cronologia
Originale
1
2
3
std::string helloName(std::string name) {
return "Hello " + name + '!';
}