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

package main
import "fmt"
func main() {
fmt.Println("hello world")
}