8 lines
85 B
C
8 lines
85 B
C
#include "stdio.h"
|
|
|
|
int kmain(int retvalue)
|
|
{
|
|
write("hello");
|
|
return retvalue;
|
|
}
|