Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gibfahn/brian_code

Brian's coding practice
https://github.com/gibfahn/brian_code

Last synced: about 1 month ago
JSON representation

Brian's coding practice

Awesome Lists containing this project

README

        

# Challenge: 1 to 100

- Print "Hi my name is Brian"
- Print the numbers from 1 to 100.
- Print a staircase from 1 to 15 of hashes like this:

```
#
##
###
####
#####
######
#######
########
#########
##########
###########
############
#############
##############
###############
```