This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Me: Can we stop and get Teardown? | |
* Mom: we have Teardown at home. | |
* Teardown at home: | |
* | |
* Note that there are many bugs (and obviously missing features (eg. reflections)). Compiled using TCC (this should comply with ANSI C89) **/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <math.h> |
