HariboteOS/day28/app/a.c
2021-06-01 21:15:52 +08:00

10 lines
86 B
C

#include "api.h"
int main(void) {
api_putchar('A');
api_end();
return 0;
}