Hello, World!
Jeeho Ahn / 2021-12-20
Hey everyone, Welcome to my website!
I’m Jeeho, as you probably already know.
I plan to use this space to document my thoughts on various topics in the future.
Right now, it’s quite empty, so you may need to wait around for a while for me to write a decent article to post here.
Thanks for visiting the website!
package main
func main() {
println("Hello, world!")
}