]> iEval git - gruntmaster-daemon.git/blob - prog.c
041dcc195803d8e40d3706808dd54d60b3a3f537
[gruntmaster-daemon.git] / prog.c
1 #include<stdio.h>
2
3 int main(void){
4 int x;
5 scanf("%d", &x);
6 printf("%d", x*x);
7 return 0;
8 }
This page took 0.037444 seconds and 3 git commands to generate.