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

8 lines
76 B
C

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