index
:
SonsOfSol.git
master
Old graphics final project, written in ~2013. It's a super basic space-flight "simulator".
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Main.cpp
blob: 161f0daeb4d8172807dd08224920da78e32a728a (
plain
) (
blame
)
1
2
3
4
5
#include <cstdio>
int
main
(
int
argc
,
char
**
argv
) {
printf
(
"Hello, World
\n
"
);
}