repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
add tdnestcnt overrides
[AROS.git]
/
test
/
objc
/
hello.m
blob
3a322baf6db0080825c0a95708f28d9998797791
1
#import <stdio.h>
2
3
int main(int argc, const char *argv[])
4
{
5
printf("Hello AROS\n");
6
return 0;
7
}