mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
Changed the ending once again
This commit is contained in:
parent
58db74ee73
commit
0a7a8fb709
@ -686,7 +686,7 @@ int parseSlang(string script)
|
|||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
ifstream t("../Slang/script.slng");
|
ifstream t("../Slang/script.slg");
|
||||||
stringstream scriptString;
|
stringstream scriptString;
|
||||||
scriptString << t.rdbuf();
|
scriptString << t.rdbuf();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user