|
@@ -2,12 +2,12 @@ const util = require("util");
|
|
const Vector3 = require("./Vector3");
|
|
const Vector3 = require("./Vector3");
|
|
const Moon = require("./Moon");
|
|
const Moon = require("./Moon");
|
|
|
|
|
|
-const input = [
|
|
|
|
|
|
+const input = parseInput([
|
|
"<x=14, y=15, z=-2>",
|
|
"<x=14, y=15, z=-2>",
|
|
"<x=17, y=-3, z=4>",
|
|
"<x=17, y=-3, z=4>",
|
|
"<x=6, y=12, z=-13>",
|
|
"<x=6, y=12, z=-13>",
|
|
"<x=-2, y=10, z=-8>",
|
|
"<x=-2, y=10, z=-8>",
|
|
-];
|
|
|
|
|
|
+]);
|
|
|
|
|
|
const tests = parseInput([
|
|
const tests = parseInput([
|
|
"<x=-1, y=0, z=2>",
|
|
"<x=-1, y=0, z=2>",
|