Add: working puts implementation

This commit is contained in:
xamidev
2024-05-19 15:00:55 +02:00
parent 5cd61cf95c
commit 8d33440ced
7 changed files with 128 additions and 68 deletions

View File

@@ -2,6 +2,7 @@
int kmain(int retvalue)
{
write("hello");
clear();
puts("hello\nbrave\nnew\nworld");
return retvalue;
}