HOME | GIT | CV | MUSINGS
LOG | FILES | OVERVIEW
extern int printf(const char *format,...); int main() { return printf("Hello %s \n","world!"); }