diff options
| author | Paul Buetow <paul@buetow.org> | 2020-07-12 11:35:03 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2020-07-12 11:35:03 +0100 |
| commit | 4edf2dd20b300c27dcc96829e262aedcd438291a (patch) | |
| tree | f4596883c8210b4e855166289f482efb907bec64 /Makefile | |
have selection sort
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
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 |
