Difference between r1.5 and the current
@@ -2,8 +2,29 @@
== temp ==
링크
[temp]
[새싹교실]
* 이페이지는 새싹강사들의 위키 페이지 튜토리얼과 연습을 위한 공산
|| 강사 || 반 페이지 || 학생 ||
|| 홍길동 || /예시반 || 김길동, 이길동, 박길동 ||
~~취소선~~
{{{
#include<stdio.h>
int main(void){
printf("hello world");
return 0;
}
}}}
= temp =