This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
fgm
/
exercism-ts
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
934f80933b
Ramos
Etiquetas
48in24
main
practice
exercism-ts
/
hello-world
/
hello-world.ts
hello-world.ts
61 B
Histórico
Em bruto
1
2
3
export function hello(): string {
return 'Hello, World!'
}