3 lines
92 B
Plaintext
Raw Normal View History

2017-10-01 19:56:28 +01:00
// Draws "Hello, world!" onto the screen at position 1, 1
draw_text(1, 1, "Hello, world!");