kjgf
Ruby
code posted
by
tudf
created at 17 Nov 08:44, updated at 20 Nov 22:58
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 |
def p text = '', color = :reset puts "Hello, world#{COLORS[color]}#{text}#{COLORS[:reset]}" end # Comment class MyClass # this is a silly class def initialize(*args) @args = args end end |
209 Bytes in 2 ms with coderay