Hello World!

Hello World !

E=mc2E = mc^2

            
            %%{init: {"theme":"dark", "themeVariables": {  "edgeLabelBackground": "transparent", "primaryBorder": "transparent", "secondaryBorder": "transparent", "tertiaryBorder": "transparent", "primaryColor":"#fff", "edgeLabelBackground":"#222", "lineColor":"#fff"}}}%%
graph TD
    A(Start) --> B[Process]
    B --> C(End)
          
1
2
3
4
5
6
#include <stdio.h>

int main(){
printf("hello world\n");
return 0;
}
~~~~~~~~~~~~~~ That’s all for now thank you for your reading. ~~~~~~~~~~~~~~