// 2007/07/31 01:17 / 90.1.187.152

Page de test pour le code



code 1 : python
import sys
if len(sys.argv) == 1:
   print "Hello",sys.argv[1]


code 2 : php
   function hello($txt)
   {
      print("Hello ".$txt);
   }
   hello($_GET['name']);


code 3 : html
<html>
   <body>
      <h1>Hello</h1>
   </body>
</html>


code 4 : caractères accentués
é è ç à ô

Mais les → ← et ↔ doivent encore marcher !