Skip to content

prototypsthlm/friendly-grid-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

friendly-grid-generator

Generates a grid, with the first and last cell in each row XX.

Compile with:

make

Run:

./grid.out [columns] [rows]

Example run:

./grid.out 3 5

Returns:

XX 01 02 XX
XX 05 06 XX
XX 09 10 XX
XX 13 14 XX
XX 17 18 XX

About

A very simple and specific grid generator in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published