10 lines
86 B
C
10 lines
86 B
C
#include "api.h"
|
|
|
|
int main(void) {
|
|
api_putchar('A');
|
|
|
|
api_end();
|
|
|
|
return 0;
|
|
}
|