add_two 0.1.0

Adds two to a number
Documentation
1
2
3
4
5
6
7
8
[package]
name = "add_two"
version = "0.1.0"
edition = "2021"
description = "Adds two to a number"
license = "MIT"

[dependencies]