mirror of
https://github.com/janet-lang/janet
synced 2026-09-18 07:10:40 +00:00
Change import semantics. Fix gc bug with fibers.
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
|
||||
(import "examples/iterators.dst")
|
||||
(import examples.iterators :as "")
|
||||
|
||||
(defn sum3
|
||||
"Solve the 3SUM problem in O(n^2) time."
|
||||
|
||||
Reference in New Issue
Block a user