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

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2023-02-15 11:20:44 +00:00
+5
View File
@@ -0,0 +1,5 @@
import "fmt"
func main(){
fmt.Println("nice repo")
}