Windows NT 4.0 source code leak
 
 
 
 
 
 

7 lines
73 B

#include <stdio.h>
int main()
{
printf("hello, world\n");
return 0;
}