diff --git a/C-optimized/samples.txt b/C-optimized/out/samples.txt similarity index 100% rename from C-optimized/samples.txt rename to C-optimized/out/samples.txt diff --git a/README.md b/README.md index 79ce1129..18bac5f8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ As of now, it may be useful for checking the validity of simple estimations. The | Language | Time | Lines of code | |--------------------------|-----------|---------------| -| C (optimized, 1 thread) | ~30ms | 282 | +| C (optimized, 1 thread) | ~30ms | 183 | | Nim | 68ms | 84 | | C | 292ms | 149 | | Javascript (NodeJS) | 732ms | 69 |