mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
10 lines
96 B
C++
10 lines
96 B
C++
#include <iostream>
|
|
#include <cstring>
|
|
#include "nasal.h"
|
|
|
|
int main()
|
|
{
|
|
|
|
return 0;
|
|
}
|