Select Git revision
statements-2.c
Forked from
Peter Gerwinski / hp
362 commits behind the upstream repository.
Peter Gerwinski authored
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;
}