index
:
aoc
master
advent of code
mhsn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2025
/
01
/
c.c
blob: 44b9c784458eeeda5c557cd792acf09351348fdf (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
printf
(
"hello world!
\n
"
);
return
0
;
}