You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This repository contains source code to accompany the book *Classic Computer Sci
4
4

5
5
6
6
## 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.
8
8
9
9
## License
10
10
All of the source code in this repository is released under the Apache License version 2.0. See `LICENSE`.
0 commit comments