Experiences. Thoughts. Ideas.
#include <stdio.h> int main() { /** Author: Dennis Ritchie */ /** You are expected to understand this */ printf("Goodbye World\n"); return 0; }
Post a Comment
No comments:
Post a Comment