Joeri Exelmans 3 년 전
부모
커밋
123d0ac60a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test_doh.js

+ 1 - 1
test_doh.js

@@ -2,7 +2,7 @@
 
 // Should work in browser but only tested with NodeJS v14.16.1
 
-const { Context, History } = require("./History.js");
+const { Context, History } = require("./doh.js");
 
 // From: https://stackoverflow.com/a/43260158
 // returns all the permutations of a given array