index
:
c-stuff
master
Wide assortment of random c snippets, tests and tools which don't deserve their own repository.
Tomasz Kramkowski <tomasz@kramkow.ski>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
important-file.c
blob: 147f2560defa3cb2e9a4ab57fa7fbbc5de10fff8 (
plain
)
1
2
3
4
5
#include
<stdio.h>
main
()
{
printf
(
"test
\n
"
)
}