latest pushes

This commit is contained in:
Ronaldson Bellande 2024-09-27 17:17:25 -04:00
parent f8d9fe0817
commit 705a3514d6
2 changed files with 1 additions and 2 deletions

View File

@ -173,4 +173,4 @@ License: GNU General Public License v3.0
## License
BellandeOS Scripting Language is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellandeos/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellandeos/blob/main/LICENSE) for more information.
BellandeOS Scripting Language is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellos/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellos/blob/main/LICENSE) for more information.

View File

@ -13,7 +13,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use super::utilities::*;
use std::fs::File;
use std::io::{self, BufRead, Write};