~turminal/aoc2022

316c9e8fc5d9b0f612631f0939f8e2f97eeceea9 — Bor Grošelj Simić 1 year, 10 months ago 4af5420
move run script to repo root
1 files changed, 2 insertions(+), 1 deletions(-)

R 1/run => run
R 1/run => run +2 -1
@@ 1,5 1,6 @@
#!/bin/sh -ue

cd $1
ocamllex lex.mll > /dev/null
ocamlc lex.ml "t$1.ml"
ocamlc lex.ml "t$2.ml"
exec ./a.out