Skip to content

Instantly share code, notes, and snippets.

@ThePratikSah
Last active July 17, 2017 13:08
Show Gist options
  • Save ThePratikSah/301e6ca911ab8bed82f2b03b9ee8a8ff to your computer and use it in GitHub Desktop.
Save ThePratikSah/301e6ca911ab8bed82f2b03b9ee8a8ff to your computer and use it in GitHub Desktop.
/*
Author: Pratik Sah
Date: 30-03-17
*/
#include <stdio.h>
main() {
printf("*\n");
printf("**\n");
printf("***\n");
printf("****\n");
printf("*****\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment