https://github.com/prql/demo-c-program
https://github.com/prql/demo-c-program
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prql/demo-c-program
- Owner: PRQL
- Created: 2023-02-19T12:03:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T14:38:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T03:33:50.122Z (10 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example usage of prql-lib
A minimal example for using prql-lib with `gcc` and `make`.
## How to run
- Clone the repo, including submodule with the main prql repo
git clone https://github.com/PRQL/demo-c-program --recurse-submodules
cd demo-c-program
- Build the main repo, compile `main.c` and run the output:
make run