5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
require 'coderay'
|
||
|
|
||
|
puts CodeRay::Encoders[:html]::CSS.new.stylesheet
|