-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cheese cRust 스터디</title>
</head>
<body>
<img src="./images/study_logo.png" />
<h1>cheese cRust 스터디 목차</h1>
<a href="ppt/0_OT.html">
<h1>OT</h1>
</a>
<a href="ppt/1_start_rust.html">
<h1>1주차 - Hello World, 추리 게임, 보편적인 프로그래밍 개념</h1>
</a>
<a href="ppt/2_ownership.html">
<h1>2주차 - 소유권 이해하기</h1>
</a>
<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>
<a href="ppt/6_trait_lifetime.html">
<h1>6주차 - trait, 라이프타임</h1>
</a>
<a href="ppt/6_trait_lifetime.html">
<h1>7주차 - 테스트</h1>
</a>
<h1>8주차 - 함수형 언어 특성</h1>
<h1>9주차 - 스마트 포인터</h1>
<h1>10주차 - 겁 없는 동시성</h1>
<h1>11주차 - 객체 지향 프로그래밍 기능들</h1>
</body>
</html>