add readme

This commit is contained in:
Qukich 2023-02-15 14:54:32 +03:00
parent b8484101e3
commit 916744a427
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")
}