Skip to content

Commit

Permalink
add week 5 mission, add week 5 to index and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
4roring committed Oct 9, 2023
1 parent 6a41664 commit 054ed1d
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
[0주차 - OT](https://4roring.github.io/cheese-cRust/ppt/0_OT.html)
[1주차 - Hello World, 추리 게임, 보편적인 프로그래밍 개념](https://4roring.github.io/cheese-cRust/ppt/1_start_rust.html)
[2주차 - 소유권 이해하기](https://4roring.github.io/cheese-cRust/ppt/2_ownership.html)

[3주차 - 구조체, 열거형, 패턴매칭](https://4roring.github.io/cheese-cRust/ppt/3_structure_enum.html)
[3주차 - 구조체, 열거형, 패턴매칭](https://4roring.github.io/cheese-cRust/ppt/3_structure_enum.html)
4주차 - 패키지, 컬렉션
[5주차 - 에러처리, 제네릭](https://4roring.github.io/cheese-cRust/ppt/5_error_generic.html)
Binary file added images/5_error_generic/mission_simple_grep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ <h1>2주차 - 소유권 이해하기</h1>
<a href="ppt/3_structure_enum.html">
<h1>3주차 - 구조체, 열거형, 패턴매칭</h1>
</a>
<h1>4주차 - 패키지, 컬렉션</h1>
<a href="ppt/5_error_generic.html">
<h1>5주차 - 에러처리, 제네릭</h1>
</a>
</body>

</html>
2 changes: 1 addition & 1 deletion ppt/4_package_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ theme: uncover

# **cheese cRust**
# 가짜연구소 Rust 4주차
에러처리, 제네릭
패키지, 컬렉션
![height:300px](../images/study_logo.png) ![height:300px](../images/pseudo_lab_logo.jpg)

---
Expand Down
428 changes: 428 additions & 0 deletions ppt/5_error_generic.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions ppt/5_error_generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,3 +457,16 @@ enum Option_f64 {
- **컴파일 시간이 증가될 수 있다**
- **코드가 늘어난 만큼 실행 파일도 커질 수 있다**

---

# 5주차 미션

---

![height:130px](../images/5_error_generic/mission_simple_grep.png)

- 12.I/O프로젝트: 커멘드 라인 프로그램 만들기의 12.1, 12.2를 작업
- 작업 후 query의 단어가 들어간 라인만 출력하도록 간단한 grep 만들기
- query 수행한 부분 코드와 출력 결과를 스크린샷에 포함시켜 공유

**(필수 미션)**

0 comments on commit 054ed1d

Please sign in to comment.