일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 프레시업 #풀무원 #하루한병 #건강만들기 #풀무원 녹즙
- Emmet
- 니돈내먹
- 티스토리 초대장
- 실행시간 측정
- 네이버 클라우드 플랫폼
- Path Alias
- code 세팅
- settings sync
- 티스토리초대
- visual studio code cli
- GitLab Mirroring
- visual studio code
- 프리티어
- eslint-import-resolver-typescript
- 음료같은녹즙
- 티스토리 초대장/ 티스토리초대
- GitHub Mirroring
- code 설치
- code .
- React Native
- webstorm
- react native #gradle
- GitHub 미러링
- currentTimeMillis
- '티스토리 초대장/ 티스토리초대'
- gitlab 연동
- GitLab미러링
- 유니옥션
- 초대장
Archives
- Today
- Total
목록전체 글 (105)
방치하기
테스트
#include main(){} if
카테고리 없음
2009. 7. 5. 23:52
C# 제어문 . While문 특이해서 역시난 허접해 ㅠ 지금 현재 책본 부분까지
using System; class WhileTest { public static void Main() { bool ugly = false; bool fool = false; Console.WriteLine("******* 자가 진단 프로그램 ******"); while (!(ugly && fool)) { Console.WriteLine("당신은 예쁩니까?(y/n)"); if (Console.ReadLine() == "n" || Console.ReadLine() == "N") ugly = true; else ugly = false; Console.WriteLine("당신은 똑똑합니까?(y/n)"); if (Console.ReadLine() == "n" || Console.ReadLine() == "N")..
프로그래밍/C#
2009. 7. 5. 23:36
플레이어 오픈소스.
소스 공부좀 해야지 'ㅡ'
프로그래밍/Java
2009. 7. 2. 19:43