Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

HelloWorld/진영: Difference between revisions

From ZeroWiki
imported>Unknown
No edit summary
 
(Repair batch-0002 pages from live compare)
 
Line 6: Line 6:
  public class FirstSample
  public class FirstSample
  {
  {
  public static void main(String[] args)
  public static void main(String[] args)
  {
  {
  System.out.println("We will not use 'Hello World!'");
  System.out.println("We will not use 'Hello World!'");
Line 18: Line 18:
----
----
[[JavaStudyInVacation/진행상황]]
[[JavaStudyInVacation/진행상황]]

Latest revision as of 00:16, 27 March 2026

Hello World


// FirstSample.java

public class FirstSample
{
	public static void main(String[] args)
	{
		System.out.println("We will not use 'Hello World!'");
	}
}


From. 申 君...


JavaStudyInVacation/진행상황