Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-M-Lucas committed Jun 7, 2024
1 parent 2617026 commit a53da1c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
29 changes: 13 additions & 16 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.why
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

impl int {
fn sub(lhs: int, rhs: int) -> int {
return lhs + rhs;
return lhs + rhs + rhs;
}
}

Expand Down

0 comments on commit a53da1c

Please sign in to comment.