mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
update test files and prepare the release of v5.0
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
import("lib.nas");
|
||||
|
||||
var s=io.fin(input());
|
||||
s=split('',s);
|
||||
var s=split('',io.fin(input()));
|
||||
var len=size(s);
|
||||
var ptr=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user