Skip to content

Commit 21442d7

Browse files
authored
Update README.md
1 parent 9d21a30 commit 21442d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains source code to accompany the book *Classic Computer Sci
44
![Classic Computer Science Problems in Python Cover](cover.jpg)
55

66
## Conventions
7-
The source code was written against version 11 of the Java language and should run on any known newer version at the time of publication. It makes use of no Java libraries beyond the standard library. It was developed in Eclipse and this folder can be opened as an Eclipse workspace. You can then right-click any file with a `main()` method to compile and execute it. It should be possible to import the packages for each chapter into the IDE of your choice as well.
7+
The source code was written against version 11 of the Java language and should run on any known newer version at the time of publication. It makes use of no Java libraries beyond the standard library. It was developed in Eclipse and this folder can be opened as an Eclipse workspace. You can then right-click any file with a `main()` method and select "Run" to compile and execute it. It should be possible to import the packages for each chapter into the IDE of your choice as well.
88

99
## License
1010
All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`.

0 commit comments

Comments
 (0)