New Language Tool

This commit is contained in:
2023-02-04 23:02:43 -08:00
parent 1416938479
commit fb34d7c16e
18 changed files with 747 additions and 497 deletions

View File

@@ -0,0 +1,15 @@
// Copyright (c) 2023 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
extern "C" {
#include "../../utils/file.h"
#include <memory.h>
}
#include <iostream>
#include <vector>
int main(int32_t argc, char *args[]) {
}