index
|
people
|
commits
|
about
|
bird of the month
ale
/
testino
/ tree
summary
|
tree
|
log
ale/testino
/
src
/
test.c
2ba9675
snarmph
ยท
2026-09-09
removing useless include
1
#include
<stdio.h>
2
3
int
main
()
{
4
puts
(
"just some test"
);
5
}