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

2학기자바스터디/첫번째모임: Difference between revisions

From ZeroWiki
imported>Unknown
No edit summary
 
(Repair pages found by live-compare batch 0001)
Line 11: Line 11:
  public class ljh {
  public class ljh {
   
   
  public static void main(String[] args) {
  public static void main(String[] args) {
  System.out.println("ddd");
  System.out.println("ddd");
  }
  }
  }
  }


DeleteMe) 결국... 모인다는 소리없이;; -[[상욱]]
DeleteMe) 결국... 모인다는 소리없이;; -상욱


----
----
[[2학기자바스터디]]
[[2학기자바스터디]]

Revision as of 14:46, 26 March 2026

자바 툴 깔기

SDK SE 1.4.2_01 [1]

Eclipse [2]


출력

public class ljh {

	public static void main(String[] args) {
		System.out.println("ddd");
	}
}

DeleteMe) 결국... 모인다는 소리없이;; -상욱


2학기자바스터디