From 916744a427740c43fe0d502265d156d358bbfb22 Mon Sep 17 00:00:00 2001
From: Qukich <lezninroman@gmail.com>
Date: Wed, 15 Feb 2023 14:54:32 +0300
Subject: [PATCH] add readme

---
 Readme.md | 5 +++++
 main.go   | 7 +++++++
 2 files changed, 12 insertions(+)
 create mode 100644 Readme.md
 create mode 100644 main.go

diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..cbab125
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,5 @@
+# Cool repository
+cool text, o ma gad
+*small text*
+**smaller text**
+***wow***
\ No newline at end of file
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..c048119
--- /dev/null
+++ b/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("hello world")
+}