mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
6 lines
89 B
Bash
Executable file
6 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
zig build-exe benchmark/dec.zig --main-pkg-path .
|
|
./dec
|