index
:
42-cub3d
master
Simple raycaster project for 42 school
User &
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: 75a4559fca587e25ee934e4b6677ff18595e6c2f (
plain
)
1
2
3
4
5
6
7
#include <stddef.h>
#include <string.h>
int
main
(
void
) {
strlen
(
NULL
);
return
(
0
);
}