Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Broken gcc #25

@jwilk

Description

@jwilk

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
      |   ^~~
35

While it's an interesting hack, I don't think it belongs in the "Pure league".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions