Hello World
提出詳細
type HelloWorld = string
| 提出日時 | 2024-07-22 04:12:41 |
|---|---|
| 問題 | Hello World |
| ユーザー | T4D4-IU |
| ステータス | Accepted |
import type { Equal, Expect, NotAny } from '@type-challenges/utils' type cases = [ Expect<NotAny<HelloWorld>>, Expect<Equal<HelloWorld, string>>, ]