Hello World

Lesson 3
Author : Afrixi
Last Updated : October, 2017


Java - Programming Language
This course covers the basics of programming in Java. Work your way through the videos/articles and I'll teach you everything you need to know to start your programming journey!
Table of Content

Code

CopySystem.out.println("Hello");
System.out.print("World");
System.out.println("!");