Skip to content

Instantly share code, notes, and snippets.

@sionta
Last active October 2, 2024 15:52
Show Gist options
  • Save sionta/a3e9dec5ae0453cf21543bf5332e7fe0 to your computer and use it in GitHub Desktop.
Save sionta/a3e9dec5ae0453cf21543bf5332e7fe0 to your computer and use it in GitHub Desktop.
Just to test the embedding element
#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