Skip to content

Instantly share code, notes, and snippets.

@mindwing
Last active February 26, 2021 05:18
Show Gist options
  • Save mindwing/38af94e790bcdbce5228 to your computer and use it in GitHub Desktop.
Save mindwing/38af94e790bcdbce5228 to your computer and use it in GitHub Desktop.
[1일차] Hello World 예제
/**
* Fast Campus 안드로이드 앱 개발 입문
* Java for Android (by mindwing)
* [1일차] 강의노트 - 변수, 연산자, 선택문, 반복문
* 필수 예제1
*/
public class D1_HelloWorld {
public static void main(String[] args) {
System.out.println("_____");
}
}
@mindwing
Copy link
Author

mindwing commented Sep 3, 2015

HTML 태그가 먹는군요.
그런데, 밑에 안내글을 보니 이미지첨부기능도 있는거같군요^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment