How do you create a hello world in intelliJ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 5

How do you create a hello world in intelliJ

hello world

16th Sep 2017, 6:49 PM
Captain Salem
Captain Salem - avatar
3 ответов
+ 4
As in is it a maven or Android. it can't b android off course or what do u select
17th Sep 2017, 3:19 AM
Captain Salem
Captain Salem - avatar
+ 3
Pretty sure if you just create a project it will by default be hello world .. This is also covered in the course.
16th Sep 2017, 7:05 PM
Rrestoring faith
Rrestoring faith - avatar
+ 2
public class Hello { public static void main(String []args) { System.out.println("Hello World") } }
16th Sep 2017, 7:18 PM
Anas Abdelkarim
Anas Abdelkarim - avatar