Table of contents
Open Table of contents
Code Example
const STONE = "Go away.";
const FuncTest = (): string => {
return "It's over!"
};
Link Example
Picture Example
LaTeX Example
· · Virgil Nye · 1 min read
This is an example file.
const STONE = "Go away.";
const FuncTest = (): string => {
return "It's over!"
};