Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    say '</pre>';
    
    exit;
    
  2. or download this
    /* hello.c */
    
    ...
    {
        printf("hello, world\n");
    }
    
  3. or download this
    <pre class="syntax-highlight">
    <span class="comment">/* hello.c */</span>
    ...
        <span class="function">printf</span><span class="operator">(</span
    +><span class="string">"hello, world\n"</span><span class="operator">)
    +</span><span class="operator">;</span>
    <span class="operator">}</span>
    </pre>
    
  4. or download this
    pre {
        font-size:              1.000em;
    ...
        color:                  #ffffff;
        background-color:       inherit;
    }