We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea28eba + 35e9750 commit f96ccf8Copy full SHA for f96ccf8
Readme.md
@@ -2,11 +2,11 @@
2
3
## Spec
4
5
-The program should support the folloing commands:
+The program should support the following commands:
6
7
-C <width> <height> - Create a new canvas.
+* C <width> <height> - Create a new canvas.
8
E.g. create "C 4 4" creates a canvas of dimensions 4 4
9
-L <x1> <y1> <x2> <y2> - Draw a line of x's from x1,y1 to x2,y2. Only straight lines need be supported.
+* L <x1> <y1> <x2> <y2> - Draw a line of x's from x1,y1 to x2,y2. Only straight lines need be supported.
10
E.g. L 1 1 1 6 draws a line from 1,1 to 1,6
11
12
## Example
0 commit comments