Updated comments

This commit is contained in:
2020-10-29 08:44:13 -04:00
parent 45114949c3
commit 1f958413fc
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
// Created: 10-18-20
//Modified: 10-18-20
//This runs the benchmark functions for the Java version of the ProjectEuler project
//readline-sync is used to get input from the user in a procedural maner and can be installed with "npm install -g readline-sync"
/*
Copyright (C) 2020 Matthew Ellison

View File

@@ -2,7 +2,7 @@
//Matthew Ellison
// Created: 10-19-20
//Modified: 10-19-20
//The sum of the even Fibonacci numbers less than 4,000,000
//The largest prime factor of 600851475143
//Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/typescriptClasses
/*
Copyright (C) 2020 Matthew Ellison