From 4795c9901d8d4be52e486888f341c9b021c59726 Mon Sep 17 00:00:00 2001
From: yunsukyung <skyun@sdt.inc>
Date: Wed, 30 Aug 2023 17:01:09 +0900
Subject: [PATCH] first commit

---
 test.go | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 test.go

diff --git a/test.go b/test.go
new file mode 100644
index 0000000..b959fed
--- /dev/null
+++ b/test.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+	"fmt"
+)
+
+func main() {
+	fmt.Println("test")
+}