Explorar el Código

Update README.md

Petro Romanovych hace 5 años
padre
commit
c7b2703bea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ void main()
 	{
 		BeginDrawing();
 		ClearBackground(RAYWHITE);
-		DrawText(BLACK);
+		DrawText("Hello, World!", 400, 300, 28, BLACK);
 		EndDrawing();
 	}
 	CloseWindow();