Add bubble-chamber.large runnable demo

db4
Eduardo Cavazos 2008-12-15 19:51:33 -06:00
parent 5662d5fda6
commit 8ef2add3a1
1 changed files with 8 additions and 0 deletions

View File

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