diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-07-14 20:59:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 20:59:01 +0100 |
| commit | 142a0bc12ac8178ba7a3ac824a92c775ce6afbba (patch) | |
| tree | 6723042e2befd8399b6cf0acd3a2807f57c60e12 | |
| parent | 23c6abfd6ed2f56f2e46f075d6073960c34d7653 (diff) | |
fix: Better ReadMe
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# SNU C++ Library +# SNU Open C++ Library [](LICENSE) @@ -11,7 +11,7 @@ A C++ library with additional modules for your C++ SDLC. Here is an example of how snu::opt works. ```cpp -#include <lib/opt.hpp> +#include <lib/logic/opt.hpp> int main(int argc, char** argv) { @@ -19,8 +19,8 @@ int main(int argc, char** argv) opt = snu::opt(snu::eval_eq(50, 40)); opt.expect("this time it doesn't."); - return 0; + return EXIT_SUCCESS; } ``` -##### (c) SNU Systems Corp 2025, all rights reserved.
\ No newline at end of file +##### (c) 2025 SNU Systems, Corp all rights reserved.
\ No newline at end of file |
