Files
30dayMakeOS/27_day/hello4/hello4.c
2016-05-17 13:30:27 +08:00

8 lines
89 B
C

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