This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
fgm
/
exercism-ts
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
934f80933b
Gałęzie
Tagi
48in24
main
practice
exercism-ts
/
hello-world
/
hello-world.ts
hello-world.ts
61 B
Historia
Czysty
1
2
3
export function hello(): string {
return 'Hello, World!'
}