Add benchmark/benchmark-program-2.c
parent
d26610b855
commit
5e5e8f5fdf
|
@ -0,0 +1,9 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(void) {
|
||||||
|
int input;
|
||||||
|
scanf("%d", &input);
|
||||||
|
printf("%d\n", input);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue