diff --git a/extra/bubble-chamber/small/small.factor b/extra/bubble-chamber/small/small.factor new file mode 100644 index 0000000000..d02e3ac019 --- /dev/null +++ b/extra/bubble-chamber/small/small.factor @@ -0,0 +1,8 @@ + +USING: ui bubble-chamber ; + +IN: bubble-chamber.small + +: main ( -- ) [ small ] with-ui ; + +MAIN: main \ No newline at end of file diff --git a/extra/bubble-chamber/small/tags.txt b/extra/bubble-chamber/small/tags.txt new file mode 100644 index 0000000000..cb5fc203e1 --- /dev/null +++ b/extra/bubble-chamber/small/tags.txt @@ -0,0 +1 @@ +demos