Skip to content

Commit

Permalink
adds main.rb: hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
pithyless committed Feb 14, 2011
1 parent ac15c1f commit 36882f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.rb
@@ -0,0 +1,7 @@

$toolkit = :qt
require 'rui'

RUI::Application.init('hello') do
RUI::PushButton.new('Hello').show
end

0 comments on commit 36882f8

Please sign in to comment.