Sign in
gwj
/
at91sam9263
ยท
Files
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Blame view
tests/alpha/hello-alpha.c
59 Bytes
Edit
Raw
Normal View
History
alpha: add tests
df0fc998
aurel32
authored
16 years ago
1 2 3 4 5
int
main
(
void
)
{
write
(
1
,
"hello
\n
"
,
6
);
return
0
;
}