nice repo #1

Merged
stud126165 merged 1 commits from stud126186/testrepo:master into master 2023-02-15 11:20:45 +00:00

5
main.go Normal file
View File

@ -0,0 +1,5 @@
import "fmt"
func main(){
fmt.Println("nice repo")
}