initial draw code
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
main :: () {
|
||||
print("Hello, world!");
|
||||
|
||||
screen := New(Screen);
|
||||
init_screen(screen, 5, 2);
|
||||
|
||||
draw_line(screen, 0, 0, 0, 0);
|
||||
|
||||
print("%\n", screen.buffer);
|
||||
}
|
||||
|
||||
#import "Console_Render";
|
||||
#import "Basic";
|
||||
Reference in New Issue
Block a user