Skip to content

Commit

Permalink
Final version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-de-Oliveira committed Oct 19, 2022
1 parent e7e5b45 commit 092b552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This is a software created for learning pruposes, thats mean it's not
a super professional program to use to do perfect things, but you can
install it if you want to test it. For while this software is on a BETA
version.
install it if you want to test it.

I made this program to learn more about Git, Github, Makefile and C++.
Anyway I'm accept pullrequest or issues from this repository.

## Okay but... How I can install it?

Expand Down
2 changes: 1 addition & 1 deletion lib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <sstream>

const float Pi {3.1415926535897}; // I conseidered this value for π.
const char Version[12] {"0.1.1 Beta."}; // Version's number.
const char Version[4] {"1.0"}; // Version's number.

int parseInt(const std::string &str) {

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// Import Area
#include <iostream>
#include "lib.h"
#include "lib.hpp"
#include <string>
#include <cmath>

Expand Down

0 comments on commit 092b552

Please # to comment.