Skip to main content

Crate my_pub_lib_proj

Crate my_pub_lib_proj 

Source
Expand description

§My public library crate

my_pub_crate는 다양한 연산 기능을 가진 함수를 포함한다.
강조하고 싶을 땐 ` 사이에 내용을 쓴다 `
코드를 감쌀 때는 ``` 사이에 내용을 쓴다 ```

let var = 0;

Modules§

operators
더하기 등 연산 함수를 구현할 예정이다.

Functions§

add_two
주어진 자연수에 2를 더한다