# wnhlee.dev > personal blog by wnhlee ## gm ::authors Hello World! ```ts twoslash const gm = 'Hello World!'; console.log(gm); ```