An open API service indexing awesome lists of open source software.

https://github.com/prql/demo-c-program


https://github.com/prql/demo-c-program

Last synced: 4 months ago
JSON representation

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