mirror of
https://github.com/janet-lang/janet
synced 2025-09-07 13:28:03 +00:00
Remove cook code
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
(import cook)
|
(import build/numarray)
|
||||||
|
|
||||||
(cook/make-native
|
|
||||||
:name "numarray"
|
|
||||||
:source @["numarray.c"])
|
|
||||||
|
|
||||||
(import build/numarray :as numarray)
|
|
||||||
|
|
||||||
(def a (numarray/new 30))
|
(def a (numarray/new 30))
|
||||||
(print (get a 20))
|
(print (get a 20))
|
||||||
|
Reference in New Issue
Block a user