Rebased projecteuler folder, now includes all contest programming stuff
This commit is contained in:
10
projecteuler/base.py
Normal file
10
projecteuler/base.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import time
|
||||
import math
|
||||
|
||||
|
||||
def main():
|
||||
print("Hello, this is Patrick")
|
||||
t0 = time.time()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user