Skip to content

Commit

Permalink
📝 Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
o-bard-o committed Aug 10, 2022
1 parent 51c7f3a commit 71f42bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# elice-exercise-7th-2

엘리스에서 진행하는 AI 트랙 5기에 사용되는 강의 자료입니다.

## 실습 방법

1. 해당 폴더로 이동합니다.
ex) problems/problem1

```bash
cd problems/propblem1
```

2. 패키지를 설치합니다.

```bash
npm install
```

0 comments on commit 71f42bd

Please sign in to comment.