Browse Source

Change single quotes to double quotes

ApisNecros 1 năm trước cách đây
mục cha
commit
64470a2521
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      IntComp/Computer.js

+ 1 - 1
IntComp/Computer.js

@@ -1,5 +1,5 @@
 const Stack = require("./Stack");
-const ComputerParameterMode = require('./ComputerParameterMode');
+const ComputerParameterMode = require("./ComputerParameterMode");
 
 /**
  * An Intcode Computer for the Advent of Code 2019 challenge