Skip to content

Commit 7881fca

Browse files
committed
update example
Former-commit-id: 9e4d056
1 parent 4ab7c23 commit 7881fca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/fibonacci.s

-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ finish:
5151
li a0, 1
5252
mv a1, t0
5353
ecall
54-
# prints a newline
55-
li a0, 11
56-
li a1, '\n'
57-
ecall
5854
# ends the program with status code 0
5955
li a0, 10
6056
ecall

0 commit comments

Comments
 (0)