Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Latest commit

 

History

History

C_LEC1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

C Lecture 1

파일을 읽어 그대로 출력하기

목표

  • C 언어를 이용하여 파일을 열 수 있다.
  • C 언어를 이용하여 파일 입출력을 할 수 있다.

구현

파일의 내용을 읽어 그대로 출력하면 됩니다.

<file 1.in>
1. 1
$ ./run testcases/1.in
1

기한

2018-06-28