Fixed line number.

This commit is contained in:
asfdfdfd 2019-09-27 18:10:19 +03:00 committed by GitHub
parent c0c51d9b7a
commit 7c32ef6e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: