1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-12 16:40:27 +00:00

Remove cook code

This commit is contained in:
Leaf Garland 2020-05-24 21:29:20 +12:00
parent 6fbca3416a
commit 0d5d820f4f

View File

@ -1,10 +1,4 @@
(import cook)
(cook/make-native
:name "numarray"
:source @["numarray.c"])
(import build/numarray :as numarray)
(import build/numarray)
(def a (numarray/new 30))
(print (get a 20))