From 7c32ef6e1ff089cf8188945914216900cfcd4d31 Mon Sep 17 00:00:00 2001 From: asfdfdfd Date: Fri, 27 Sep 2019 18:10:19 +0300 Subject: [PATCH] Fixed line number. --- 02/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/README.md b/02/README.md index 68175d6..9f09e01 100644 --- a/02/README.md +++ b/02/README.md @@ -34,7 +34,7 @@ Now that we've described the most relevant elements of our "hello world!" progra * Try replacing the floats with integers, your graphic card may or may not tolerate this behavior. -* Try commenting out line 6 and not assigning any pixel value to the function. +* Try commenting out line 8 and not assigning any pixel value to the function. * Try making a separate function that returns a specific color and use it inside `main()`. As a hint, here is the code for a function that returns a red color: