Skip to content

Instantly share code, notes, and snippets.

@crmorford
Last active February 24, 2017 18:28
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 crmorford/c77f467b86257df5ef4ff6c5de91f212 to your computer and use it in GitHub Desktop.
Save crmorford/c77f467b86257df5ef4ff6c5de91f212 to your computer and use it in GitHub Desktop.
mama homework
for (i=0; i<=userNum; i++) {
for (j=0; j<=i; j++) {
printf(" ");
}
printf("%d\n", i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment