Metadata-Version: 2.1
Name: jeong_cal
Version: 1.0.3
Summary: Default template for PDM package
Author-email: Jeonghoon2 <ukidd12@naver.com>
License: MIT
Project-URL: Homepage, https://github.com/Jeonghoon2/cal
Project-URL: Issues, https://github.com/Jeonghoon2/cal/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: haram-sum >=0.1.6
Requires-Dist: haram-sub >=0.1.3
Requires-Dist: jeong-mul >=0.1.3

# Mission 1

## 계산기 기능

### Feature

- 더하기
- 빼기
- 곱하기

### Usage

- 더하기

```bash
$ cl_cal_sum <숫자> <숫자>
```

![image](https://github.com/user-attachments/assets/855bcc81-57d9-45a3-9c85-cfa9fc87b7f6)

- 빼기

```bash
$ cl_cal_sub <숫자> <숫자>
```

![image](https://github.com/user-attachments/assets/2508af89-4a03-4b0d-b61e-71486c64694e)


- 곱하기

```bash
$ cl_cal_mul <숫자> <숫자>
```

![image](https://github.com/user-attachments/assets/f273dbe5-0567-4055-a5ae-f25fd630b456)


### Version

- 0.2.0 : 명령어로 숫자 호출
- 0.4.2 : 숫자를 인자 값으로 받아 계산하기

### Contributer
- 최하람
- 이정훈
