/*
*progam pertama saya untuk menampilkan Hello word
*/
class helloworldApp{
public static void main(String[] args)
{
System.out.println("hello world!");
}}
*progam pertama saya untuk menampilkan Hello word
*/
class helloworldApp{
public static void main(String[] args)
{
System.out.println("hello world!");
}}
0 comments