Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c6f5f47

Browse files
Kyu 8 | Basic Variable Assignament
1 parent 39762a6 commit c6f5f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/main/java/kyu8/basicVariableAssignment/Kata.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
public class Kata {
44
public static String name = "codewa.rs";
5-
}
5+
}

‎src/test/java/kyu8/basicVariableAssignment/testKata.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ public class testKata {
99
public void correctValue() {
1010
assertEquals("codewa.rs", Kata.name);
1111
}
12-
}
12+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /