mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-11 11:32:28 +00:00
| .. | ||
| platform | ||
| app.roc | ||
| README.md | ||
Test Platform
This directory contains a primitive test platform for Roc and demonstrates how to pass multiple arguments from the host.
- Function signature:
I64, I64 -> I64 - Description: Takes two random integers from the host and returns their product
zig build
# Run (ignore cached files)
./zig-out/bin/roc --no-cache test/int/app.roc