diff options
Diffstat (limited to 'cli/bench/stdio/stdio.c')
-rw-r--r-- | cli/bench/stdio/stdio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/bench/stdio/stdio.c b/cli/bench/stdio/stdio.c index f878c5b43..acce20799 100644 --- a/cli/bench/stdio/stdio.c +++ b/cli/bench/stdio/stdio.c @@ -1,5 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // From https://github.com/just-js/benchmarks/tree/main/01-stdio -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. #include <stdlib.h> #include <stdio.h> @@ -26,4 +26,4 @@ int main(int argc, char *argv[]) { exit(1); } fprintf(stdout, "size %lu reads %u blocksize %u\n", size, reads, blocksize); -}
\ No newline at end of file +} |