diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..fb57b63 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +tasks: + - command: > + cd Java\ 8\ Streams && + gp open JavaStreams.java && + javac JavaStreams.java && + java JavaStreams \ No newline at end of file diff --git a/README.md b/README.md index 4f5e825..69adb23 100644 --- a/README.md +++ b/README.md @@ -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.