Last active
October 2, 2024 15:52
-
-
Save sionta/a3e9dec5ae0453cf21543bf5332e7fe0 to your computer and use it in GitHub Desktop.
Just to test the embedding element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
int main() { | |
cout << "Hello World!"; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment