Your snipt has been migrated to #newsnipt successfully.
hello world
c
posted: Mar, 20th 2010 | jump to bottom
#include <stdio.h> int main() { printf("hello, world\n"); return 0; }
27 views
posted: Mar, 20th 2010 | jump to bottom
#include <stdio.h> int main() { printf("hello, world\n"); return 0; }