Skip to content

Instantly share code, notes, and snippets.

View joaquini's full-sized avatar

Joaquin joaquini

View GitHub Profile
@joaquini
joaquini / proyectoA.c
Last active September 5, 2015 20:13
Practico A de Programacion en C para OC
//ORGANIZACION DE COMPUTADORAS
//PRACTICO DE PROGRAMACION A
//EJERCICIO 1
int main (){
int i;
int sumat = 0;
int product = 1;