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
Raw Normal View History

2023-12-14 16:27:58 +00:00
package main
import "fmt"
func main() {
fmt.Println("Success")
}