This repository has been archived on 2022-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
elon-eats-my-tweets/main.go

8 lines
72 B
Go
Raw Normal View History

2022-05-19 15:07:49 +00:00
package main
import "fmt"
func main() {
fmt.Println("hello world")
}