-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
In #9, @kotborealis added a gcc command, but this doesn't quite work with arbitrary files.
For example:
$ cat README.md | wc -l
44
$ gcc -E -P -xc README.md | wc -l
README.md:1:3: error: invalid preprocessing directive #cat
1 | # cat(1) golf
| ^~~
35While it's an interesting hack, I don't think it belongs in the "Pure league".
xyproto
Metadata
Metadata
Assignees
Labels
No labels