3b1emu
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
preview
help
file
revisions
annotate
diff
raw
src/main.c@916a2c764bde (annotated)
src/main.c
Sun, 28 Nov 2010 03:03:34 +0000
author
Philip Pemberton <philpem@philpem.me.uk>
date
Sun, 28 Nov 2010 03:03:34 +0000
changeset 3
916a2c764bde
parent 0
8bf1bf91a36d
child 4
21a7b07b6310
permissions
-rw-r--r--
add SDL support, fix Musashi build
philpem@0
1
#include <stdio.h>
philpem@0
2
philpem@0
3
int main(void)
philpem@0
4
{
philpem@0
5
return 0;
philpem@0
6
}