Skip to content

Instantly share code, notes, and snippets.

View Xxamer's full-sized avatar
🐶
Making things

Christian Granado Xxamer

🐶
Making things
View GitHub Profile
@Xxamer
Xxamer / gist:2de9e87a8feb9c2c2e54db0dd78a73a5
Created September 29, 2022 18:23
Holi esto hace rectangulos
public class DibujarRectangulo {
public static void main(String[] args){
int ancho= 5;
int alto = 3;
// El tutorial de como lo hice aqui
// https://www.youtube.com/watch?v=bxqLsrlakK8
for (int contador = 1; contador <= alto; contador++){
for (int contador2 = 1; contador2 <= ancho; contador2++){
System.out.print("*");

Keybase proof

I hereby claim:

  • I am xxamer on github.
  • I am kiraso (https://keybase.io/kiraso) on keybase.
  • I have a public key ASD56lLNrJboLIhyMNR9mw_6Bf9ARwSKARwgFp2X2v5UTgo

To claim this, I am signing this object: