Fabrique

A build language for complex systems

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
hello.c
1 #include <stdio.h>
2 
3 #include "helloworld.h"
4 
5 
6 int main(int argc, char *argv[])
7 {
8  printf("Hello, %s!\n", target());
9  return 0;
10 }