public
Description: Chris Pine's tutorial "Learn to Program" translated to portuguese by a team of volunteers. Coordinated by Fábio 'akitaonrails' Akita (http://www.akitaonrails.com).
Homepage: http://aprendaaprogramar.rubyonrails.pro.br
Clone URL: git://github.com/jmonteiro/aprendaaprogramar.git
aprendaaprogramar / index.rb
100755 9 lines (6 sloc) 0.147 kb
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
 
require 'cgi'
require 'stringio'
require 'learn_to_program_tutorial'
 
cgi = CGI.new
 
LearnToProgramTutorial.handle_request cgi