Browse Source

README.md edited online with Bitbucket

Rafael Arce Nazario 8 years ago
parent
commit
daac7dbbef
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -7,6 +7,7 @@
7 7
 ![rsz_mariposa1.png](images/rsz_mariposa1.png)
8 8
 ![rsz_mariposa.png](images/rsz_mariposa.png)
9 9
 
10
+[version 2016.01.29]
10 11
 
11 12
 Una buena manera de organizar y estructurar los programas de computadoras es dividiéndolos en partes más pequeñas utilizando funciones. Cada función realiza una tarea específica del problema que estamos resolviendo.
12 13
 
@@ -357,6 +358,7 @@ Utiliza "Entrega" en Moodle para entregar el archivo `main.cpp` que contiene las
357 358
 ![rsz_mariposa1.png](images/rsz_mariposa1.png)
358 359
 ![rsz_mariposa.png](images/rsz_mariposa.png)
359 360
 
361
+[version 2016.01.29]
360 362
 
361 363
 A good way to organize and structure computer programs is dividing them into smaller parts using functions. Each function carries out a specific task of the problem  that we are solving.
362 364