Advertisement
Hello, world
#include <stdio.h> main() { printf("Hello, world by dekdev.com\n"); return 0; }
Advertisement
#include <stdio.h> main() { printf("Hello, world by dekdev.com\n"); return 0; }