gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
move samples to 'alpha-mj' subfolder
[mjc2wsl.git] / samples / ArrayTest.mj
diff --git a/samples/ArrayTest.mj b/samples/ArrayTest.mj
deleted file mode 100644 (file)
index c55ffd1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-program ArrayTest
-       int[] arr;
-       int i;
-       int max;
-{
-       void main(){
-               max = 10;
-               arr = new int[max];
-               i = 0;
-               while (i<max){
-                       arr[i] = max-i;
-                       i++;
-               }
-               i = 0;
-               while (i<len(arr)){
-                       print(arr[i],3);
-                       i++;
-               }
-       }
-}
\ No newline at end of file
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner