Skip to content

Commit

Permalink
start java
Browse files Browse the repository at this point in the history
  • Loading branch information
junhypar committed Jul 4, 2021
0 parents commit 2076016
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added Test/Test.class
Binary file not shown.
6 changes: 6 additions & 0 deletions Test/Test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
public class Test {
public static void main(String args[])
{
System.out.println("test message");
}
}
4 changes: 4 additions & 0 deletions tt정보
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
파일 이름과 메인클래스 네임 동일시
javac Test.java -> 컴파일, Test.class 생성
java Test ->실행
https://mkil.tistory.com/481

0 comments on commit 2076016

Please sign in to comment.