Skip to content

Commit

Permalink
docs(info): add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anhgelus committed May 31, 2023
1 parent f06c5c7 commit 16644ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Maze Generator CLI

This is a CLI application generating a random maze.

## Usage

This application takes two parameters:
- `-h uint` - Set the height of the maze
- `-w uint` - Set the width of the maze

## Technologies

- Go 1.20
- ~~(the anhgelus' brain)~~

0 comments on commit 16644ba

Please sign in to comment.