Select Git revision
Forked from
Peter Gerwinski / hp
48 commits behind the upstream repository.
Peter Gerwinski authored
sum-07.c 95 B
#include <stdio.h>
int main (void)
{
int i = 65536;
printf ("%d\n", i * i);
return 0;
}