Added solution to problem 36

This commit is contained in:
2021-06-29 15:55:24 -04:00
parent 4ee0939c58
commit a4cc8a2d64
2 changed files with 83 additions and 1 deletions

View File

@@ -23,7 +23,6 @@ function [] = Problem35()
%Setup the variables
MAX_NUM = 999999;
%MAX_NUM = 100;
circularPrimes = [];
%Start the timer