[ create a new paste ] login | about

Project: uthcode
Link: http://uthcode.codepad.org/xkpE1py4    [ raw code | fork ]

Ruby, pasted on Jul 31:
1
2
3
4
5
module Kernel
    def canonical
        puts "hello, world"
    end
end


Output:
No errors or program output.


Create a new paste based on this one


Comments: