Compare commits

...

2 Commits

Author SHA1 Message Date
Qukich
916744a427 add readme 2023-02-15 14:54:32 +03:00
b8484101e3 Merge pull request 'ghgj' (#1) from stud126165/First_Repo:master into master
Reviewed-on: stud126186/First_Repo#1
2023-02-15 11:21:02 +00:00
2 changed files with 12 additions and 0 deletions

5
Readme.md Normal file
View File

@ -0,0 +1,5 @@
# Cool repository
cool text, o ma gad
*small text*
**smaller text**
***wow***

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}