12 lines
155 B
C
12 lines
155 B
C
#include <stdio.h>
|
|
|
|
|
|
int main()
|
|
{
|
|
char buf[1];
|
|
printf("PASSWORDL\n");
|
|
printf ("\n\n");
|
|
//fread (buf, sizeof (char), sizeof (buf), stdin);
|
|
return 0;
|
|
}
|