Update app.d
This commit is contained in:
parent
2fe548dca9
commit
dda01a7b2a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue