EvanPiro / c-starter

Template for getting started with a C project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Starter

For launching into C development.

Building

Ensure you have nix installed. To build, run

nix-build

This will also run crition tests in ./tests.c.

Running

You can run the resulting executable in result

./result/bin/app

About

Template for getting started with a C project


Languages

Language:Nix 47.2%Language:C 39.5%Language:Makefile 13.3%