Skip to content

Commit

Permalink
#10 - compile snap ULong128
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Jan 3, 2025
1 parent eea4a9d commit a45ff2e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ public boolean isGreaterThan(ULong128 ulong128) {
public ULong128 add(ULong128 ulong128) {
//this.getLong0()+ + ulong128.getLong0();

return result;
return this;


}

@Override
Expand Down

0 comments on commit a45ff2e

Please sign in to comment.