aboutsummaryrefslogtreecommitdiff
path: root/go-src/README.md
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-09-11 18:37:30 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-09-11 18:37:30 +0300
commit62a080c2cc586929ac9213047482480799878e24 (patch)
treeeb81bfbb03f5bb58cc48e3f00f0f3465ffc2a844 /go-src/README.md
parent5a986d4e817fdd28d963c78246380fd489b137dd (diff)
downloadctfc-62a080c2cc586929ac9213047482480799878e24.tar
ctfc-62a080c2cc586929ac9213047482480799878e24.tar.gz
ctfc-62a080c2cc586929ac9213047482480799878e24.zip
Added README for go-srcHEADmain
Diffstat (limited to 'go-src/README.md')
-rw-r--r--go-src/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/go-src/README.md b/go-src/README.md
new file mode 100644
index 0000000..e3d6d73
--- /dev/null
+++ b/go-src/README.md
@@ -0,0 +1,13 @@
+# src-go
+
+This is the [`Go`](https://go.dev/) implementation of the exercise.
+
+**This is my first Go project!** As such, a lot is implemented in a stupid way and a lot of corners have been cut.
+
+It took ~35 hours of coding time to implement (tracked with [wakapi](https://github.com/muety/wakapi), which means this time doesn't entierly account for off time, when I've been looking stuff up and not coding).
+
+## Running if repository cloned
+
+```bash
+$ go run main/main.go
+```