Compare commits

...

2 Commits

Author SHA1 Message Date
0b435b0c1a Merge pull request 'nice repo' (#1) from stud126186/testrepo:master into master
Reviewed-on: #1
2023-02-15 11:20:44 +00:00
Qukich
bb53da39da add main.go 2023-02-15 13:02:50 +03:00

5
main.go Normal file
View File

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