Skip to content

Comment on Write a program that makes 2 + 2 = 5parent

Comments

Is the trick here the "-trigraphs" flag, or the fact that you are showing us test.c but compiling test2.c? Both approaches seem like they should work.

It's the trigraph ??/ which translates to a \.

The trigraph appears in the file "test.c". If you look at the compilation command, you will see that that is not the file that is actually compiled.

If you compile "test.c" you will see that that isn't relevant issue.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.