Update app.d

This commit is contained in:
Ki Rill 2020-01-24 22:17:03 +06:00 committed by GitHub
parent 2fe548dca9
commit dda01a7b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ void main() {
// draw // draw
BeginDrawing(); // clear the screen BeginDrawing(); // clear the screen
ClearBackground(WHITE); // set background color to WHITE ClearBackground(WHITE); // set background color to WHITE
// draw "Hello, World!" // draw "Hello, World!"
DrawText("Hello, World!", 10, 10, 60, BLACK); DrawText("Hello, World!", 10, 10, 60, BLACK);