mirror of
https://github.com/brain-hackers/lab
synced 2024-11-11 04:38:01 +09:00
8 lines
89 B
C
8 lines
89 B
C
#include <libbrain.h>
|
|
|
|
int main(void *arg)
|
|
{
|
|
sys_printf("Hello!\n");
|
|
return 0;
|
|
}
|