packages feed

shake-0.14: src/Test/MakeTutor/hellomake.c

#include <hellomake.h>

int main() {
  // call a function in another file
  myPrintHelloMake();

  return(0);
}