Compare commits

...
3 Commits
Author SHA1 Message Date
Kirill Kurshakow d0dd1cad47 readme added 2023-02-15 14:53:58 +03:00
stud126165 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
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Test project
this is random text
*this is random text*
**this is random text**
***some word***
+5
View File
@@ -0,0 +1,5 @@
import "fmt"
func main(){
fmt.Println("nice repo")
}