Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra newlines are added when using semicolons inside of string literals #220

Open
Halalaluyafail3 opened this issue Oct 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Halalaluyafail3
Copy link
Contributor

When running code such as:

printf(";\n");

the compiler bot will add an extra newline after the first semicolon which breaks the program.

This specifically happens when relying on the implicit main definition.

@Headline Headline added the bug Something isn't working label Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants