m-chrzan.xyz
index
:
aoc2020
master
Solutions to Advent of Code 2020
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
19
/
b
/
mixins.c
blob: 9c2ae9e116822ac54d61168746244fd05268b8e6 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
yyerror
(
char
*
s
)
{
printf
(
"%s
\n
"
,
s
);
}
int
yywrap
()
{
}