Skip to content

Commit ab89992

Browse files
committed
Add codility exercise-1
1 parent 01f38ce commit ab89992

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/java/exercise/NoTempSwapTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
import static org.junit.Assert.assertThat;
77

88
public class NoTempSwapTest {
9+
10+
/*
11+
TASK
12+
temp 를 사용하지 않고 두 변수를 swap 한다.
13+
*/
14+
915
@Test
1016
public void test() {
1117
int a = 4;

0 commit comments

Comments
 (0)