add probably-harmless c program
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#import <stdio.h>
|
||||
int main()
|
||||
{
|
||||
printf("Don't run random binaries!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user