TestCode
Dernière modification : -
// 2007/07/31 01:21 / 90.1.187.152
code 1 : python
code 2 : php
code 3 : html
code 4 : caractères accentués
Mais les → ← et ↔ doivent encore marcher !
Page de test pour le code
code 1 : python
import sys
if len(sys.argv) == 2:
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 !