Sha256: 2c4cac5b47fc84b2d63b64d93c612dbc34bba4860146ff2ed4a3cd35dba8886d
Contents?: true
Size: 777 Bytes
Versions: 3
Compression:
Stored size: 777 Bytes
Contents
<h3>C</h3> <pre>:::c int a, b; int main(int argc, char *argv[]) { hello(); return 0; } void hello(void) { printf("hello world\n"); } </pre> <h3>ruby </h3> <pre>:::ruby def hello puts 'hello world' end </pre> <h3>css21</h3> <pre>:::css html { margin: 0; padding: 0; background-color: #0C7D85; line-height: 1.6; } body { margin: 1em auto 1em auto; padding: 1em 2em 2em 1em; width: 760px; border: 1px solid black; background-color: #E8DDCB; } </pre> <h3>sql</h3> <pre>:::sql drop table if exists exams; create table exams ( id integer primary key autoincrement, student_id integer not null, -- foreign key result integer default 0 collate nocase, when datetime ); </pre>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack-codehighlighter-0.4.7 | examples/views/index.erb |
rack-codehighlighter-0.4.6 | examples/views/index.erb |
rack-codehighlighter-0.4.5 | examples/views/index.erb |