Skip to content

Commit edfe352

Browse files
author
fabianmoronzirfas
committed
fix(merging PR): this is just for merging the PR
close and fix #26, #29
1 parent cddb81c commit edfe352

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/src/indesign-basil.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//@include "../../node_modules/basiljs/basil.js";
2+
//
3+
function setup(){
4+
b.println('Hello Basil.js');
5+
b.rect(0,0,100,100);
6+
}
7+
b.go();

0 commit comments

Comments
 (0)