From 0a7d0b9f5ada716b6f1a08b7a141d96f71cbd79e Mon Sep 17 00:00:00 2001 From: Bedohswe <> Date: Fri, 9 Feb 2024 20:54:25 +0500 Subject: [PATCH] Update outdated tests/helloworld.lb. --- tests/helloworld.lb | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/helloworld.lb b/tests/helloworld.lb index 95b656f..8ef55c1 100644 --- a/tests/helloworld.lb +++ b/tests/helloworld.lb @@ -1,16 +1,16 @@ -PUSH 76 ; L -PUTC -PUSH 97 ; a -PUTC -PUSH 98 ; b -PUTC -PUSH 97 ; a -PUTC -PUSH 115 ; s -PUTC -PUSH 104 ; h -PUTC -PUSH 107 ; k -PUTC -PUSH 105 ; i -PUTC \ No newline at end of file +push 76 ; L +putc +push 97 ; a +putc +push 98 ; b +putc +push 97 ; a +putc +push 115 ; s +putc +push 104 ; h +putc +push 107 ; k +putc +push 105 ; i +putc