This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
fgm
/
exercism-ts
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
934f80933b
ブランチ
タグ
48in24
main
practice
exercism-ts
/
hello-world
/
hello-world.ts
hello-world.ts
61 B
履歴
Raw
1
2
3
export function hello(): string {
return 'Hello, World!'
}