We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Duplicate of #426, but it seems to still be present. Verified using the following code:
#include <stdio.h> int main() { #ifdef __cplusplus printf("whoops!\n"); #endif return 0; }
The text was updated successfully, but these errors were encountered:
It looks like the language_id's value in DOMAIN_DATA[LEARNC_DOMAIN] is wrong (should be 11 - https://sphere-engine.com/supported-languages#11).
language_id
DOMAIN_DATA[LEARNC_DOMAIN]
11
interactive-tutorials/constants.py
Lines 195 to 198 in b76744b
Sorry, something went wrong.
No branches or pull requests
Duplicate of #426, but it seems to still be present.
Verified using the following code:
The text was updated successfully, but these errors were encountered: