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