This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive-2/examples/hello-world/build.sh
2025-10-22 13:43:09 +02:00

6 lines
77 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
obj=$(nubc main.nub)
clang $obj -o .build/out