Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

새싹교실/2017/설명회: Difference between revisions

From ZeroWiki
No edit summary
No edit summary
Line 24: Line 24:


~~취소선~~
~~취소선~~
#include<stdio.h>
int main(void){
printf("hello world");
return 0;
}
= temp =
= temp =



Revision as of 01:09, 2 March 2017

새싹교실 2017 설명회

temp

링크 [temp] 새싹교실

  • 회장단 : 자료는 구글 드라이브 2017 새싹교실 문서에 있음
  • 이페이지는 새싹강사들의 위키 페이지 튜토리얼과 연습을 위한 공산
강사 반 페이지 학생
홍길동 /예시반 김길동, 이길동, 박길동


~~취소선~~


#include<stdio.h>

int main(void){

printf("hello world");

return 0;
}

temp