This repository has been archived on 2024-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
stagex/go/test.go

8 lines
71 B
Go

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