Skip to content

Commit

Permalink
Update input.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed May 2, 2024
1 parent ee77295 commit 1aed821
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/05 Bind Simple Struct/input.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
p = Point(1, 2)
import test

p = test.Point(1, 2)

print(p.x, p.y)

Expand Down

0 comments on commit 1aed821

Please sign in to comment.