소스 검색

Add test input

ApisNecros 4 달 전
부모
커밋
444c7ac5af
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      12/12_1.js

+ 7 - 0
12/12_1.js

@@ -9,6 +9,13 @@ const input = [
     "<x=-2, y=10, z=-8>",
 ];
 
+const tests = parseInput([
+    "<x=-1, y=0, z=2>",
+    "<x=2, y=-10, z=-7>",
+    "<x=4, y=-8, z=8>",
+    "<x=3, y=5, z=-1>",
+]);
+
 /**
  * Find the gravitational influence two moons have on each other
  *