SHELL := /bin/bash

r: 
	go run . < ../logs/log.txt

t: 
	time go run . < ../logs/log.txt