9 lines
90 B
C
9 lines
90 B
C
#include "api.h"
|
|
|
|
int main() {
|
|
api_putstr("hello world\n");
|
|
api_end();
|
|
|
|
return 0;
|
|
}
|