Skip to content

Allow running the code in online playground #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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