Skip to content

Instantly share code, notes, and snippets.

@mindwing
Created May 25, 2016 06:43
Show Gist options
  • Save mindwing/553dfc053703d321c217134ab08b144e to your computer and use it in GitHub Desktop.
Save mindwing/553dfc053703d321c217134ab08b144e to your computer and use it in GitHub Desktop.
[5일차] 도전과제 - 주어진 라인수만큼의 직각삼각형
/**
* Fast Campus 안드로이드 앱 개발 입문 캠프
* Java for Android (by mindwing)
* [5일차] 강의노트
* 도전과제3 - 주어진 라인수만큼 직각삼각형 모양 출력
*/
public class D5_Challenge_3 {
public static void main(String[] args) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment