As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 /* 2 * Marcin Pacyna`s work, rewritten by Konrad Krzysztof Krasinski 2003 3 */ 4 #include <stdio.h> 5 6 intmain() 7 { 8 printf("root users\n"); 9 return0; 10 }