Skip to content

Error: could not parse code block #313

@Prodigg

Description

@Prodigg

Getting Error: could not parse code block when trying to execute valid c++ code.

#include <iostream>

int main() {
        std::cout << "Hello World" << std::endl;
        return 0;
}

The same behavior appears when trying the code_blocks.md example.

Have clang and gcc installed.

OS: Windows 11 with wsl

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