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

8 lines
76 B
C

#include "apilib.h"
void HariMain(void)
{
api_putchar('A');
api_end();
}