This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
fgm
/
exercism-ts
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
934f80933b
Branche
Tagy
48in24
main
practice
exercism-ts
/
hello-world
/
hello-world.ts
hello-world.ts
61 B
História
Raw
1
2
3
export function hello(): string {
return 'Hello, World!'
}