Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 345 Bytes

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