rs_lib 0.1.1

一段简单的描述信息,要好好写.
Documentation
1
2
3
4
int third_input(int input)
{
    return input * 3;
}