瀏覽代碼

Add day's input

ApisNecros 4 月之前
父節點
當前提交
6ad83a5ed1
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      12/12_1.js

+ 7 - 0
12/12_1.js

@@ -1,4 +1,11 @@
+const util = require("util");
 
+const input = [
+    "<x=14, y=15, z=-2>",
+    "<x=17, y=-3, z=4>",
+    "<x=6, y=12, z=-13>",
+    "<x=-2, y=10, z=-8>",
+];
 
 class Vector3 {
     /**