View main.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
int main() | |
{ | |
cantarEstribilloCompleto(2,0); | |
return 0; | |
} | |
void cantarNaNaNa(int limite, int vuelta) |
View ejemplo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"firstName": "John", | |
"lastName": "Smith", | |
"age": 25, | |
"address": { | |
"streetAddress": "21 2nd Street", | |
"city": "New York", | |
"state": "NY", | |
"postalCode": 10021 | |
}, |
View main.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include "pila.h" | |
float porcentaje(Pila p, int entero); | |
int main() | |
{ | |
/* | |
printf("Hello world!\n"); |
View gist:8b1bc0477b43087924a43513359ff3a3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Portal general de Android: https://developer.android.com/index.html | |
Portal de diseño: https://developer.android.com/design/index.html | |
Portal de desarrolladores: https://developer.android.com/develop/index.html | |
Portal de distribucion: https://developer.android.com/distribute/index.html | |
Consola de desarrolladores: https://play.google.com/apps/publish/ |