Skip to content
touv edited this page Sep 11, 2010 · 4 revisions

La doc cachée

Test pour afficher du code

test1 : ruby

  def foo
    puts 'bar'
  end

test2 : php

function truc() 
{
   return true;
}

test3 : text

 blablalba
 balbalalbla
Clone this wiki locally