This contains information I am learning need to remember about Linux.
#include <stdio.h> main() { for(;;) { printf ("Hello World!\n"); } }
No comments:
Post a Comment