Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathHelloWord.java
More file actions
Latest commit
17 lines (16 loc) · 381 Bytes
/
Copy pathHelloWord.java
File metadata and controls
17 lines (16 loc) · 381 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
packageHelloWord;
/**
*
* @author Tanio
*/
publicclassHaloSistemInformasi {
publicstaticvoidmain(Stringargs[]){
System.out.println("Hello World");
System.out.println("Apa kabar?");
}
}