Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
- command: >
cd Java\ 8\ Streams &&
gp open JavaStreams.java &&
javac JavaStreams.java &&
java JavaStreams
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ https://www.youtube.com/user/joejamesusa
and are mainly intended for educational purposes.
You are invited to subscribe to my video channel, and to download and use any code in
this Java repository, according to the MIT License.
You can also play with the code online by opening this repository in Gitpod like so,
https://gitpod.io/#https://github.com/joeyajames/Java
Feel free to post any comments on my YouTube channel.

Joe James.
Expand Down