shake

minimal build system that generates Ninja build files

git clone https://9o.is/git/shake.git

hello.c

(91B)


      1 #include <stdio.h>
      2 #include "hello.h"
      3 
      4 void hello(void) {
      5     printf("Hello, shake!\n");
      6 }