Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Version fonctionnelle de base

Emmanuel ROY authored on 13/06/2017 22:54:16
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,6 +0,0 @@
1
-<?php
2
-$ia = 10
3
-while ( $ia < 20 ){
4
-    print $ia;
5
-    $ia++;
6
-}
7 0
\ No newline at end of file
Browse code

first commit

ER authored on 30/03/2012 09:12:56
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+<?php
2
+$ia = 10
3
+while ( $ia < 20 ){
4
+    print $ia;
5
+    $ia++;
6
+}
0 7
\ No newline at end of file