Skip to content

Commit

Permalink
feat(objectionary#284): add one more puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed May 29, 2024
1 parent a273740 commit df1b11c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/eolang/opeo/ast/Mul.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
/**
* Multiplication.
* @since 0.1
* @todo #284:90min Add types for Multiplication.
* Currently we support only integer multiplication.
* We need to add support for other types, such as floating point numbers, longs, etc.
* Don't forget to add tests for the new types.
*/
public final class Mul implements AstNode {

Expand Down

0 comments on commit df1b11c

Please sign in to comment.