diff --git a/benchmark/benchmark-program-2.c b/benchmark/benchmark-program-2.c new file mode 100644 index 0000000..52996ab --- /dev/null +++ b/benchmark/benchmark-program-2.c @@ -0,0 +1,9 @@ +#include + +int main(void) { + int input; + scanf("%d", &input); + printf("%d\n", input); + + return 0; +} \ No newline at end of file