More actions
No edit summary |
(Repair batch-0006 pages from live compare) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 23: | Line 23: | ||
~~취소선~~ | |||
#include<stdio.h> | |||
int main(void){ | |||
printf("hello world"); | |||
return 0; | |||
} | |||
= temp = | = temp = | ||
Latest revision as of 01:08, 27 March 2026
새싹교실 2017 설명회
temp
링크 [temp] 새싹교실
- 회장단 : 자료는 구글 드라이브 2017 새싹교실 문서에 있음
- 이페이지는 새싹강사들의 위키 페이지 튜토리얼과 연습을 위한 공산
| 강사 | 반 페이지 | 학생 |
| 홍길동 | /예시반 | 김길동, 이길동, 박길동 |
~~취소선~~
#include<stdio.h>
int main(void){
printf("hello world");
return 0;
}