3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
// Draws "Hello, world!" onto the screen at position 1, 1
|
|
draw_text(1, 1, "Hello, world!");
|