Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 155 Bytes

13-hello-world.md

File metadata and controls

11 lines (10 loc) · 155 Bytes

문제

// expected to be string
type HelloWorld = any

풀이

// expected to be string
type HelloWorld = string;