summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-13 01:35:16 +0900
committerhaturatu <taro@eyes4you.org>2024-12-13 01:35:16 +0900
commit209711b92311c6d14cc47da91f99a6e14956a72c (patch)
treedf77700e6913236a74d22cb944712f78559915c9 /README.md
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1dd7659
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# gjl
+Goの並列処理をテストのために
+[Go is not an easy language](https://www.arp242.net/go-easy.html)
+
+## Dev
+```bash
+go run main.go
+```
+or
+```bash
+go build -o gjl main.go
+./main.go
+```
+