Skip to content

Commit

Permalink
Update res
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Chen <[email protected]>
  • Loading branch information
jgchn committed Mar 5, 2025
1 parent 21598e5 commit f4cfb80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 2 additions & 0 deletions tests/results/examples/talk/4-function.1.result
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
'J'aime Paris !'
The translation of "I love Madrid!" into Spanish is: "Me encanta Madrid."
2 changes: 0 additions & 2 deletions tests/results/examples/talk/4-function.12.result

This file was deleted.

9 changes: 2 additions & 7 deletions tests/results/examples/tutorial/parser_regex.3.result
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
def add_numbers(a, b):
while b != 0:
carry = (a & b) << 1
a = a ^ b
b = carry

return a
result = add_two_numbers(3, 5)
print(result) # Output: 8

0 comments on commit f4cfb80

Please sign in to comment.