Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 28:39703e316712, committed 2020-04-11
- Comitter:
- edwinjair
- Date:
- Sat Apr 11 22:56:00 2020 +0000
- Parent:
- 27:f49a13e3c1b3
- Commit message:
- Practica 5 ejercicio 1
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Apr 11 21:33:41 2020 +0000 +++ b/main.cpp Sat Apr 11 22:56:00 2020 +0000 @@ -18,7 +18,7 @@ for (int columna = 0; columna < 10; columna++) { matriz[fila][columna] = 1 + rand() % 256; - com1.printf("%d",matriz[fila][columna]); + com1.printf(" %d",matriz[fila][columna]); } com1.printf("\n"); }