Skip to content

Instantly share code, notes, and snippets.

@ggicci
Last active March 24, 2019 10:29
Show Gist options
  • Save ggicci/f74280b7a1edba0732bb9171f44793ba to your computer and use it in GitHub Desktop.
Save ggicci/f74280b7a1edba0732bb9171f44793ba to your computer and use it in GitHub Desktop.
Gist description goes here...
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>HELLO WORLD</title>
</head>
<body>
HELLO WORLD
</body>
</html>
package main
func main() {
println("hello world")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment