Tested each sample.
This commit is contained in:
parent
e394956cde
commit
52ac60af81
27 changed files with 789 additions and 163 deletions
10
gem/t4.lua
Normal file
10
gem/t4.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
source = {}
|
||||
sink = {}
|
||||
pump = {}
|
||||
filter = {}
|
||||
|
||||
-- source.file
|
||||
dofile("ex5.lua")
|
||||
|
||||
-- run test
|
||||
dofile("ex9.lua")
|
Loading…
Add table
Add a link
Reference in a new issue