[oden] Graphics is a module now

This commit is contained in:
John Doty 2023-06-21 06:33:39 -07:00
parent c574fd8cb8
commit 611322d9a3
2 changed files with 10 additions and 29 deletions

View file

@ -1,6 +1,7 @@
import * as graphics from 'graphics';
function init() {
graphics.print("Hello world!");
// console.log("Hello world!");
}
function update() {}