Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilsC8 committed Jun 5, 2024
1 parent 3017060 commit 260a682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Formulas {

public static Result<BigInteger, Exception> Comb_sin_repeticion(String[] args) {
var this_function = new Object() {}.getClass().getEnclosingMethod().getName();
return Result.error(new UnsupportedOperationException(this_function + " Not supported yet."));
return Result.error(new UnsupportedOperationException(this_function + " aun no esta listo."));
}

public static Result<BigInteger, Exception> Comb_con_repeticion(String[] args) {
Expand Down

0 comments on commit 260a682

Please sign in to comment.