initial commit

This commit is contained in:
Fabien Freling 2022-09-02 18:23:57 +02:00
commit 4c7a851d22
6 changed files with 214 additions and 0 deletions

10
justfile Normal file
View file

@ -0,0 +1,10 @@
exe := "./pipeline"
build:
tup
run: build
{{exe}}
debug: build
lldb --one-line run {{exe}}