This repository has been archived on 2023-08-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
jichan.org-go/main.go
2023-07-15 11:10:50 -07:00

7 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}