kuffa2207 / Rational

C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First project with Github and C++ program.

*Code style check: cpplint

Discription

Tis is my irst task with programming language C++ = realization of rational numbers

Merging an upstream repository

...

git init git add README.md gid commit -m "Add README.md" git push ...

Update working branch and add realization

...

git checkout -b implementation git add * git commit -m "Add first realization" git push origin implementation

...

About

C++