From 8b02cc65072b8c6b189b104926ff5a3767e3722b Mon Sep 17 00:00:00 2001 From: jantuomi Date: Thu, 1 Sep 2016 15:02:21 +0300 Subject: Add splice --- src/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime.h') diff --git a/src/runtime.h b/src/runtime.h index 2a32220..a3aa139 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -11,6 +11,7 @@ class Runtime { void doSum(); void doPrint() const; void doPrintAscii() const; + void doSplice(); public: Runtime(); -- cgit v1.3