Last active
February 26, 2021 05:18
-
-
Save mindwing/38af94e790bcdbce5228 to your computer and use it in GitHub Desktop.
[1일차] Hello World 예제
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Fast Campus 안드로이드 앱 개발 입문 | |
* Java for Android (by mindwing) | |
* [1일차] 강의노트 - 변수, 연산자, 선택문, 반복문 | |
* 필수 예제1 | |
*/ | |
public class D1_HelloWorld { | |
public static void main(String[] args) { | |
System.out.println("_____"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HTML 태그가 먹는군요.
그런데, 밑에 안내글을 보니 이미지첨부기능도 있는거같군요^^