morfo 0.2.0

This is an automatic build tool for your C/C++ projects that analyses your code and executes it without having to write any external code.
Documentation
1
2
3
4
5
6
#include<stdio.h>

int main(void) {
  printf("Hello, world!\n");
  return 0;
}