Update app.d
This commit is contained in:
parent
2fe548dca9
commit
dda01a7b2a
|
@ -18,7 +18,7 @@ void main() {
|
|||
|
||||
// draw
|
||||
BeginDrawing(); // clear the screen
|
||||
ClearBackground(WHITE); // set background color to WHITE
|
||||
ClearBackground(WHITE); // set background color to WHITE
|
||||
|
||||
// draw "Hello, World!"
|
||||
DrawText("Hello, World!", 10, 10, 60, BLACK);
|
||||
|
|
Loading…
Reference in New Issue