From 55fea0ddd354646d9e34574e84d05fa9295e5d80 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Thu, 25 Jul 2019 07:44:03 +0000 Subject: [PATCH] added online Java playground --- .gitpod.yml | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .gitpod.yml 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.