diff --git a/src/update_results_table.py b/src/update_results_table.py new file mode 100644 index 0000000..94a84dc --- /dev/null +++ b/src/update_results_table.py @@ -0,0 +1,5 @@ +def update_table(): + """ + Update README.md with the timings of the solved problems + """ + pass