Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 아이러브니키
- 맛집
- 아이폰게임
- 강추
- goblin sword
- 후기
- Monument
- 모뉴먼트 밸리
- 아이패드
- php
- Pink
- great forest
- 핑크
- 공략
- jQuery
- 아이폰
- Monument Valley
- 시사회
- 일상
- 가사
- 유료
- 영화
- 카이로소프트
- 추천
- 모뉴먼트
- 감상
- 게임
- 잡담
- JavaScript
- 레고
Archives
- Today
- Total
목록experiment (1)
잡담소장소
Swift Programming Language Experiment
Add a method to Card that creates a full deck of cards, with one card of each combination of rank and suit enum Rank: Int{ case Ace = 1 case Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten case Jack, Queen, King func simpleDescription()->String{ switch self{ case .Ace: return "ace" case .Jack: return "jack" case .Queen: return "queen" case .King: return "king" default: return String(self.to..
Study ;3
2014. 9. 5. 16:26