mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-16 02:55:00 +00:00
6 lines
112 B
Bash
Executable file
6 lines
112 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
zig build-exe benchmark/dec.zig -O ReleaseFast --main-pkg-path .
|
|
./dec
|