repo.or.cz
/
lab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
`true` and `false`. too easy lmao
[lab.git]
/
true.c
blob
d219e3debf99d57200a3af423f7d7c61e51a2c31
1
/* `true.c` - return true value
2
Copyright (c) 2022, Alan Potteiger
3
See `LICENSE` for copyright and license details */
4
5
int
6
main
()
7
{
8
/* brain melted */
9
return
0
;
10
}
11