Add bubble-chamber.small runnable demo

db4
Eduardo Cavazos 2008-12-15 19:52:33 -06:00
parent 8e3d38b2f8
commit 59cc36ba52
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
USING: ui bubble-chamber ;
IN: bubble-chamber.small
: main ( -- ) [ small ] with-ui ;
MAIN: main

View File

@ -0,0 +1 @@
demos