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/tests/go/main.go

8 lines
71 B
Go
Raw Normal View History

2023-11-15 00:30:48 +00:00
package main
import "fmt"
func main() {
fmt.Println("Success")
}