comparison example.d @ 16:cc494b8f8710

Added miniD test
author zzzzrrr <mason.green@gmail.com>
date Tue, 24 Mar 2009 13:29:16 -0400
parents
children 82efafc87d54
comparison
equal deleted inserted replaced
15:8e6a9e390cba 16:cc494b8f8710
1 module example;
2
3 import minid.api;
4
5 void main(char[][] args)
6 {
7 MDVM vm;
8 auto t = openVM(&vm);
9 loadStdlibs(t);
10 importModule(t, args[1]);
11 }