diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-04 11:25:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-04 11:25:04 +0200 |
| commit | 6789dd7d88a192e3f55b95798cb393e7d12f368a (patch) | |
| tree | 7f04815ad5214f97d0fb2becceceed7ce8089b3d /README.md | |
| parent | 443588a42fe9cf48b5f63184b94afe483cb0e761 (diff) | |
| parent | fda7082c54ad46a56ac885d4686b82bad8dbc7c9 (diff) | |
Merge pull request #4 from amlel-el-mahrouss/devv1.0.43
OCL — v1.0.43
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# SNU Open C++ Library +# Open C++ Library [](LICENSE) @@ -21,12 +21,12 @@ A C++ library with additional modules for your C++ SDLC. int main(int argc, char** argv) { - auto opt = snu::opt(snu::eval_eq(50, 50)).expect("snu::eval_eq, does not match!"); - opt = snu::opt(snu::eval_eq(50, 40)); + auto opt = ocl::opt(ocl::eval_eq(50, 50)).expect("ocl::eval_eq, does not match!"); + opt = ocl::opt(ocl::eval_eq(50, 40)); opt.expect("this time it doesn't."); return EXIT_SUCCESS; } ``` -##### (c) 2025 SNU Systems, Corp. +##### (c) 2025 Amlal El Mahrouss, licensed under the MIT license. |
