hello-world

Hyphen

This is a Hello World page

1
2
3
4
5
6
7
8
9
package main

import (
"fmt"
)

func main() {
fmt.Println("Hello Wolrd!")
}

hello-world
https://hyphennn.com/2024/01/25/hello-world/
Author
hyphennn
Posted on
January 25, 2024
Licensed under