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:
d2a2ba9e15
Ramos
Etiquetas
master
edaBit-codin...
/
Name-Greeting
/
code.cpp
code.cpp
75 B
Histórico
Em bruto
1
2
3
std::string helloName(std::string name) {
return "Hello " + name + '!';
}