log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
nds_test2
annotate src/arm7/main.c @ 0:abcaf667f2bd
find changesets by author, revision, files, or words in the commit message
initial commit (3d + 2d)
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sun, 28 Jan 2018 20:05:26 +0200
parents
children
rev
line source
nuclear@0
1
int main(void)
nuclear@0
2
{
nuclear@0
3
for(;;);
nuclear@0
4
}