***************************/ #include <stdio.h> int main() { printf("Hello World"); return 0; }#include <stdio.h> // Include the standard input/output library int main() { // Print "Hello, World!" to the console printf("Hello, World!\n"); // Return 0 to indicate successful program termination return 0; } #8512
Replies: 1 comment
-
Roslyn is for c#, not c++. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
#include <stdio.h>
int main() {
int number;
}
Beta Was this translation helpful? Give feedback.
All reactions