summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-20 03:05:31 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-20 03:05:31 -0500
commit1e4aa5a4f4a1e9c2b9fed58d569fe50fd45da04e (patch)
tree1ec3911fae36fd59ffd7f374fe4207f5797bd429 /dev
parent0d8d6dd360fd85316673bfbf05db0c7c1d422a52 (diff)
feat: new.cc file
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
-rw-r--r--dev/LibC++/new.cc8
-rw-r--r--dev/LibC++/new.h1
2 files changed, 8 insertions, 1 deletions
diff --git a/dev/LibC++/new.cc b/dev/LibC++/new.cc
new file mode 100644
index 0000000..4882652
--- /dev/null
+++ b/dev/LibC++/new.cc
@@ -0,0 +1,8 @@
+/* -------------------------------------------
+
+ Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
+
+------------------------------------------- */
+
+#include <LibC++/new.h>
+
diff --git a/dev/LibC++/new.h b/dev/LibC++/new.h
index 8b09328..f20dc3f 100644
--- a/dev/LibC++/new.h
+++ b/dev/LibC++/new.h
@@ -1,4 +1,3 @@
-
/* -------------------------------------------
Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.