summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2020-07-12 11:35:03 +0100
committerPaul Buetow <paul@buetow.org>2020-07-12 11:35:03 +0100
commit4edf2dd20b300c27dcc96829e262aedcd438291a (patch)
treef4596883c8210b4e855166289f482efb907bec64 /Makefile
have selection sort
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6883353
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all:
+ go build
+test:
+ go run main.go