2018-08-22 01:37:32 -03:00

3 lines
92 B
Plaintext
Executable File

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