Select Git revision
exploit-2.c
Forked from
Peter Gerwinski / bs
Source project has a limited visibility.
statements-2.c 113 B
#include <stdio.h>
int main (void)
{
int x;
x = printf ("%d\n", 2 + 2);
printf ("%d\n", x);
return 0;
}