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