diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-05 20:51:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-05 20:51:26 +0200 |
| commit | 1d3e2b0146d01cb57bb80e55bb033f47fa63daf1 (patch) | |
| tree | 1b486c151a4bc4a56e7effab491ecbbe5527cd71 /examples | |
| parent | 028c97404da7ad9ebcbcd9c97903f28e0da222ed (diff) | |
feat: `fix/` directory category.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/cgi/cgi.cc | 2 | ||||
| -rw-r--r-- | examples/equiv/equiv.cc | 1 | ||||
| -rw-r--r-- | examples/fix/fix.cc | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc index a0294ab..5586410 100644 --- a/examples/cgi/cgi.cc +++ b/examples/cgi/cgi.cc @@ -14,7 +14,7 @@ const std::string g_not_found = R"( <html> <head> <meta charset="UTF-8"> - <title>Uh Oh!</title> + <title>error | snu-lib</title> <style> body { font-family: monospace; diff --git a/examples/equiv/equiv.cc b/examples/equiv/equiv.cc index 1b7b042..664602e 100644 --- a/examples/equiv/equiv.cc +++ b/examples/equiv/equiv.cc @@ -5,7 +5,6 @@ */ #include <lib/equiv.hpp> -#include <lib/fix.hpp> #include <iostream> /* finally test it */ diff --git a/examples/fix/fix.cc b/examples/fix/fix.cc index 1ab258e..9b983de 100644 --- a/examples/fix/fix.cc +++ b/examples/fix/fix.cc @@ -4,7 +4,7 @@ licensed under the MIT license */ -#include <lib/fix.hpp> +#include <lib/fix/parser.hpp> #include <iostream> /* finally test it */ |
