Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gibfahn/brian_code
- Owner: gibfahn
- Created: 2023-04-15T14:35:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T12:52:15.000Z (about 2 months ago)
- Last Synced: 2024-11-02T13:26:06.815Z (about 2 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:```
#
##
###
####
#####
######
#######
########
#########
##########
###########
############
#############
##############
###############
```