Skip to content

Instantly share code, notes, and snippets.

@merlinnusr
Created April 28, 2016 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merlinnusr/4b1f7a836c2c35ee546eb2e9384c2a41 to your computer and use it in GitHub Desktop.
Save merlinnusr/4b1f7a836c2c35ee546eb2e9384c2a41 to your computer and use it in GitHub Desktop.
Tareas de CUCEI
//programa para imprimir imagen..
#include <iostream>
using namespace std;
main ()
{
cout<<"* *"<<endl;
cout<<"** **"<<endl;
cout<<"*** ***"<<endl;
cout<<"*********"<<endl;
cout<<"**********"<<endl;
cout<<"**********"<<endl;
return 0;
sytem ("pause");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment