Skip to content

Commit 1f4be4c

Browse files
committed
test
1 parent c6181c1 commit 1f4be4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lesson_06/expression/.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
HW_VERSION=your assigned version here
1+
HW_VERSION=E

lesson_06/expression/src/expression_calculator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export class ExpressionCalculator {
88

99
add(a: number, b: number): number {
1010
return a + b;
11+
1112
}
1213

1314
multiply(a: number, b: number): number {

0 commit comments

Comments
 (0)