Skip to content

Commit

Permalink
Se agregan los datos del alumno FIGUEROA, Nahuel
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Figueroa committed Apr 15, 2021
1 parent 04c4d1e commit 5c4f923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build
/.vscode
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ int main(int argc, char *argv[]) {

if (NahuelFigueroa(cadena, sizeof(cadena))) {
printf("Alumno: %s\r\n", cadena);
} else {
} else {
printf("No se pudo serializar el alumno\r\n");
}
}

if (AlejandroPermingeat(cadena, sizeof(cadena))) {
printf("Alumno: %s\r\n", cadena);
Expand Down

0 comments on commit 5c4f923

Please sign in to comment.