2017-10-01 19:56:28 +01:00

3 lines
92 B
Plaintext

// Draws "Hello, world!" onto the screen at position 1, 1
draw_text(1, 1, "Hello, world!");