Metadata-Version: 2.4
Name: add-two-numbers-arub
Version: 0.0.1
Summary: A simple library that adds two numbers
Author: Arub
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# add-two-numbers-arub

A simple Python library that adds two numbers.

Example:

from add_two_numbers_arub import add

print(add(2, 3))
