Add puts function and call it for Hello, World!
This commit is contained in:
@@ -12,6 +12,8 @@ using namespace nostalgia;
|
||||
|
||||
int main() {
|
||||
core::init();
|
||||
core::initConsole();
|
||||
core::puts(296, "HELLO, WORLD!");
|
||||
while (1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user