From 59cc36ba5253d388286ea322c8e986d3f1301d56 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Mon, 15 Dec 2008 19:52:33 -0600 Subject: [PATCH] Add bubble-chamber.small runnable demo --- extra/bubble-chamber/small/small.factor | 8 ++++++++ extra/bubble-chamber/small/tags.txt | 1 + 2 files changed, 9 insertions(+) create mode 100644 extra/bubble-chamber/small/small.factor create mode 100644 extra/bubble-chamber/small/tags.txt 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 -- 2.34.1