create second part of lab

This commit is contained in:
Florian Hoss 2022-05-30 11:52:30 +02:00
parent 48763fe3d8
commit f0ff06b01f
6 changed files with 29 additions and 2 deletions

View file

@ -4,7 +4,7 @@ GoBUILD=$(GoCMD) build
GoCLEAN=$(GoCMD) clean
GoTEST=$(GoCMD) test
GoMOD=$(GoCMD) mod
BINARY_NAME=frequency
BINARY_NAME=tool
# To install GoLang please follow the installation instructions on https://go.dev/
all: build