From 350d3993b67e1c457d4775813dbffef56cbcf74f Mon Sep 17 00:00:00 2001 From: daviddoji Date: Sun, 31 Oct 2021 08:36:09 +0100 Subject: [PATCH] Test writing to README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66be37e..e605582 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# Project_Euler_Solutions - -Having a bit of fun trying to solve the problems given in https://projecteuler.net/archives using Python. +# Project Euler Solutions +| Problem # | Result | T_exec (Python) | T_exec (Julia) | +| :-------: | --------: | --------------: | -------------: | +| 1 | 233_168 | 0.218 ms | 2.297 μs | +| 2 | 4_613_732 | 0.005 ms | 19.031 ns | +| 3 | 6_857 | 0.457 ms | 14.364 μs |