Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> int main () { printf ("pass\n"); exit (0); }