Files
30dayMakeOS/28_day/hello4/hello4.c
2016-05-18 10:25:37 +08:00

8 lines
89 B
C

#include "apilib.h"
void HariMain(void)
{
api_putstr0("hello, world\n");
api_end();
}