mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-02 17:49:01 +08:00
8 lines
76 B
C
8 lines
76 B
C
#include "apilib.h"
|
|
|
|
void HariMain(void)
|
|
{
|
|
api_putchar('A');
|
|
api_end();
|
|
}
|