@@ -0,0 +1 @@
+test readme.md file
@@ -0,0 +1,8 @@
+int main(){
+int a[]={1,2,3,4,5}
+for(int i=0;i<5;i++){
+a[i]=(i+1);
+}
+
+return 0;