From 465005400dca4c2e1f5ab09b7e2034eb4feb2455 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Mon, 10 Feb 2025 07:57:55 +0800 Subject: [PATCH] Module package for net functionalities on core. --- modules/core@1.0.0/src/net.n8 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 modules/core@1.0.0/src/net.n8 diff --git a/modules/core@1.0.0/src/net.n8 b/modules/core@1.0.0/src/net.n8 new file mode 100644 index 0000000..a761ef3 --- /dev/null +++ b/modules/core@1.0.0/src/net.n8 @@ -0,0 +1,21 @@ +#!/opt/n8lang/bin/n8 +# Copyright (c) 2025 - Nathanne Isip +# This file is part of N8. +# +# N8 is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, +# or (at your option) any later version. +# +# N8 is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with N8. If not, see . + +import net { + init, + deinit +} from "core"