Hello World
提出詳細
type HelloWorld = string
提出日時 | 2023-12-12 01:44:15 |
---|---|
問題 | Hello World |
ユーザー | t-hashimoto-sun |
ステータス | Accepted |
import type { Equal, Expect, NotAny } from '@type-challenges/utils' type cases = [ Expect<NotAny<HelloWorld>>, Expect<Equal<HelloWorld, string>>, ]