Skip to content

Instantly share code, notes, and snippets.

@sionta
Created April 24, 2024 00:25
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
// This is a comment
#include <stdio.h>
int main() {
printf("Hello World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment