Skip to content

My Square Pattern Generator (42 Piscine's Rush00)

Notifications You must be signed in to change notification settings

rsoo23/square_pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

square_pattern

This is a mini exercise from the 42 school's Piscine (rush00) that prompts the user to input the length and width of the specified square pattern they want. This exercise acts as a introduction to receiving inputs from the command line and how to really make a program.

How to use:

  1. Clone the repository
git clone https://github.com/rsoo23/square_pattern.git square
  1. Make the executable
make
  1. Input the arguments
./square [rush number] [length] [width]
Rush number: 0 to 4 
Length: 0 to INT_MAX 
Width: 0 to INT_MAX

For more details, give the attached pdf above a read!

About

My Square Pattern Generator (42 Piscine's Rush00)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published