-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
845cfb5
commit 19b9e04
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Cpp-Things | ||
![linux make](https://github.com/petacreepers23/Cpp-Things/workflows/linux-make/badge.svg) | ||
C++ useful things | ||
Random codes me and other contributors do, and may be used in other projects. | ||
*C++ useful things* | ||
Random codes me and other contributors do, and may be used in other projects. | ||
This contains all types of c++ utilities not found on any common library, or that library is too big for a quick install | ||
|
||
The idea is simple: | ||
- Quick import in your project, just download the .h/.hpp and include it. | ||
- Easy to use with self-documented examples | ||
- Reliability with tests | ||
|
||
Feel free to contribute! :) See the contributing section. | ||
Feel free to contribute! See the [contributing](https://github.com/petacreepers23/Cpp-Things/blob/master/CONTRIBUTING.md) section for more. :) |