index
:
cub3d.git
linux
master
School project: Introduction to ray casting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
blob: c59cba5781212ecce84274d5865bd834e9553e03 (
plain
)
1
2
3
4
5
6
7
8
#include
"header.h"
int
main
(
int
argc
,
char
**
argv
)
{
return
(
0
);
}