Merge pull request 'nice repo' (#1) from stud126186/testrepo:master into master

Reviewed-on: #1
This commit is contained in:
Кирилл Куршаков 2023-02-15 11:20:44 +00:00
commit 0b435b0c1a

5
main.go Normal file
View File

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