lab/x1/linkerscript/main.c

8 lines
89 B
C

#include <libbrain.h>
int main(void *arg)
{
sys_printf("Hello!\n");
return 0;
}