Commit 1ea7819

mo khan <mo.khan@gmail.com>
2019-10-20 01:21:10
add bin scripts for future, or past, mo
1 parent feca17c
Changed files (2)
bin/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+go run hello.go
bin/test
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+go test