Blame


1 6509b181 2022-12-30 thomas {!
2 6509b181 2022-12-30 thomas #include <stdio.h>
3 6509b181 2022-12-30 thomas
4 6509b181 2022-12-30 thomas #include "tmpl.h"
5 6509b181 2022-12-30 thomas !}
6 6509b181 2022-12-30 thomas
7 6509b181 2022-12-30 thomas noise {! /* woops */ !}
8 6509b181 2022-12-30 thomas here
9 6509b181 2022-12-30 thomas
10 6509b181 2022-12-30 thomas {!
11 6509b181 2022-12-30 thomas int
12 6509b181 2022-12-30 thomas main(void)
13 6509b181 2022-12-30 thomas {
14 6509b181 2022-12-30 thomas puts("hello, world!");
15 6509b181 2022-12-30 thomas return (0);
16 6509b181 2022-12-30 thomas }
17 6509b181 2022-12-30 thomas !}