index
:
cfetch
main
Neofetch/Commiefetch clone in C!
Anser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cfetch.c
blob: e920456d332943b6d0108cdb7da2d2bca848f417 (
plain
) (
blame
)
1
2
3
4
5
6
#include
"modules/os/os.h"
int
main
(
void
)
{
os
();
return
0
;
}