about summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-01-30 23:39:16 +0100
committerBaitinq <[email protected]>2025-01-30 23:39:32 +0100
commit0dd8590d78626e8f81ce0399e319c2fda1b85b08 (patch)
treefc5057a9b83c758a2bc16540b356a5f96afaf736 /examples
parentCodegen: Get addition kind of working (diff)
downloadpry-lang-0dd8590d78626e8f81ce0399e319c2fda1b85b08.tar.gz
pry-lang-0dd8590d78626e8f81ce0399e319c2fda1b85b08.tar.bz2
pry-lang-0dd8590d78626e8f81ce0399e319c2fda1b85b08.zip
Codegen: Fix bug calling printf
Diffstat (limited to 'examples')
-rw-r--r--examples/4.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/4.src b/examples/4.src
index 0dd81ae..b955155 100644
--- a/examples/4.src
+++ b/examples/4.src
@@ -3,7 +3,6 @@ let print_one = () => {
 	return 4;
 };
 
-
 let main = () => {
 	let y = print_one() + 2;