Java icon indicating copy to clipboard operation
Java copied to clipboard

Create Hello World

Open jayyuuuu opened this issue 5 years ago • 2 comments

please marge my pull request

jayyuuuu avatar Oct 19 '20 09:10 jayyuuuu

public class Myprogram { public static void main(String[] args) { System.out.println("Hello Word");

}

}

ghost avatar Mar 10 '21 01:03 ghost

public class Myprogram { public static void main(String[] args) { System.out.println("Hello Word");

}

}

you can leave some space after declaring the class to make the code look clean

sid13-d avatar Oct 01 '21 13:10 sid13-d