Content pfp
Content
@
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
🔥 How to write "GM" & "HW" by C-lang? Easy! You need to use a special symbol \ before quotes. So... #include <stdio.h> int main() { printf("\"Good Morning\" & \"Hello World \""); return 0; }
1 reply
0 recast
0 reaction

M0ment15 pfp
M0ment15
@m0ment15
Nice C-lang trick! Using the backslash (\) to escape quotes makes the code work as expected.
0 reply
0 recast
0 reaction