diff options
| author | Fuwn <[email protected]> | 2022-06-19 20:04:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 20:04:56 -0700 |
| commit | 58688c8090afea95a92a147e26ad0392c1bfef14 (patch) | |
| tree | 9a6b33f7d5692d3e1daacb1fa90b07098a0e1e47 /README.md | |
| download | tael-0.1.0.tar.xz tael-0.1.0.zip | |
feat: initial commitv0.1.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..014a737 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +<h1 align="center">Tael</h1> +<p align="center"> + <b>C++98 Extensions for <a href="https://github.com/Fuwn/tatl">Tatl</a></b> +</p> + +Tael is just a wrapper class of [Tatl](https://github.com/Fuwn/tatl); nothing more, nothing less. + +## Usage + +### Complex + +Tael can be used via it's included testing context and utilities. + +An example of this method of using Tatl can be seen in +[`examples/addition.cc`](examples/addition.cc). + +## Examples + +More examples can be found in the [`examples/`](examples) directory. + +## License + +This project is licensed with the [GNU General Public License v3.0](LICENSE). |