From 9e19dab59ffd7d115b5fe3b6f1834b2f8bd34a49 Mon Sep 17 00:00:00 2001 From: Nathan Wang Date: Thu, 16 Jul 2020 11:44:59 -0700 Subject: [PATCH] add java placeholder --- content/1_Intro/Running_Code.mdx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/content/1_Intro/Running_Code.mdx b/content/1_Intro/Running_Code.mdx index 75fd38b..453baba 100644 --- a/content/1_Intro/Running_Code.mdx +++ b/content/1_Intro/Running_Code.mdx @@ -303,7 +303,22 @@ Now you can easily compile and run `name.cpp` from the command line with `co nam -who cares about java + + +It can be useful to use a Java IDE to take advantage of the powerful debugging features in Java. + + + + Jetbrains IDE, costs money but is{' '} + + free for students + + . + + + Freely available + +