반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 약어
- Windows via c/c++
- Symbol
- FreeBSD
- 함수포인터
- 긴옵션
- TiKV
- OS 커널
- 구조와 원리
- DBMS 개발
- bash
- DBMS
- Programming
- UNIX Internals
- 포인터변수
- Pointer
- 전처리기
- kernel
- Preprocessor
- go
- getopts
- UNIX
- 포인터
- 컴퓨터 강좌
- TiDB
- SQLite
- 커널
- 한빛미디어
- newSQL
- Golang
Archives
- Today
- Total
sonumb
Good-bye Ritchie. 본문
#include <stdio.h>printf("Good-bye Ritchie!\n);
main(argc, argv) int argc; char* argv[]; { int i; for( i=1941 ; i<2011 ; i =+ 1) printf("Hello World!\n);return 0;
}
반응형