diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 05:03:12 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 05:03:12 +0100 |
| commit | 004bc5ccdf1a8499e2c937dcc687843cea89160d (patch) | |
| tree | 2a3ba3f41e3cdead9ef5e5c33f88ef5dc3e58ecd /tests/example.cc | |
| parent | 842bc7b58dca972a560a8ab056d7bc35ea3b5567 (diff) | |
examples: move example files from tests/ to examples/example_01/
Relocate the generic C++ example and its build configs into a dedicated
examples/example_01/ directory to better separate tests from usage samples.
No content changes were made; files were renamed only.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tests/example.cc')
| -rw-r--r-- | tests/example.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/example.cc b/tests/example.cc deleted file mode 100644 index dfef2e4..0000000 --- a/tests/example.cc +++ /dev/null @@ -1,8 +0,0 @@ -#include <string> -#include <iostream> - -int main(int argc, char** argv) -{ - std::cout << "hello, world!\n"; - return 0; -} |
