Hello World
There are currently some issues with the code highlighter
Author:
Francisco
Language:
en
Date:
2024-11-17
Description:
Hello World
Code Example
C-Code Highlighting
#include <stdlib.h>
int main(void)
{
return 0;
}
Zig Code Highlighting
pub fn hello(void) usize{
return 0;
}
Mermaid
--- title: Eleventy Site --- classDiagram class BlogSite BlogSite : +Eleventy BlogSite : +Prism JS BlogSite : +Bootstrap 5 BlogSite : +Mermaid JS
Return to Blog