Skip to content

Commit

Permalink
Merge pull request #40 from sweatpotato13/master
Browse files Browse the repository at this point in the history
docs: ✏️ fix wrong format
  • Loading branch information
sweatpotato13 authored Jan 3, 2024
2 parents 289b039 + f583b63 commit 1d95791
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Rust 언어로 진행하였으며 이 포스트에 게시된 소스코드는 [Gi
- `src/lib.rs` 에 POST를 처리하기 위한 로직을 구현합니다.

- 경우의 수가 많지 않아(0,1,2,3,4 만 사용) 모든 경우를 array에 넣고 모든 경우를 시도하는 방법으로 구현하였습니다.

```rust
use http::StatusCode;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 1d95791

Please sign in to comment.