mirror of
https://github.com/janet-lang/janet
synced 2025-01-26 15:16:51 +00:00
Remove cook code
This commit is contained in:
parent
6fbca3416a
commit
0d5d820f4f
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user