mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
new structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include "nasal.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user