Files
30dayMakeOS/30_day/a/a.c
2016-05-20 10:44:09 +08:00

8 lines
76 B
C

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