1 2 3 4 5 6 7 8 9 10
#include <stdio.h> int main() { printf("100 Capabilities\n" "Version: 1.0\n" "Pre-Scan: true\n\n"); fflush(stdout); sleep(10); }