From 1e4aa5a4f4a1e9c2b9fed58d569fe50fd45da04e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Nov 2025 03:05:31 -0500 Subject: feat: new.cc file Signed-off-by: Amlal El Mahrouss --- dev/LibC++/new.cc | 8 ++++++++ dev/LibC++/new.h | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 dev/LibC++/new.cc (limited to 'dev/LibC++') 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 + 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. -- cgit v1.2.3