File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
Project Euler - Java Edition
2
+ ============================
2
3
3
- This repository contains my work for Project Euler (www.projecteuler.net ) problems as I work them. I will update this repository periodically
4
- as I have time to work on Project Euler.
4
+ This repository contains my work for Project Euler (www.projecteuler.net )
5
+ problems as I work them. I will update this repository periodically as I have
6
+ time to work on Project Euler.
5
7
6
- The work on these problems will be my own and are not guaranteed to be optimal. Also, while Apache licensed, please don't sell
7
- or use this work to cheat on your own progress for Project Euler (you'd be missing the point of PE if you did).
8
+ The work on these problems will be my own and are not guaranteed to be
9
+ optimal. Also, while Apache licensed, please don't sell or use this work to
10
+ cheat on your own progress for Project Euler (you'd be missing the point of PE
11
+ if you did).
8
12
9
- All work for this repository will be done in Java 8 (so shiny!) .
13
+ All work for this repository will be done targeting Java 8.
10
14
11
15
--License--
12
16
13
- Copyright 2014 Scott Weeden-Moody
17
+ Copyright 2015 Scott Weeden-Moody
14
18
15
19
Licensed under the Apache License, Version 2.0 (the "License");
16
20
you may not use this project except in compliance with the License.
You can’t perform that action at this time.
0 commit comments