Sample Entry, サンプル

This page is supposed to be a sample entry!

#science   #japanese   #coding  

Table of Contents

Main Heading

TOC 1

Some text, preferably useful. まだまだこれからです。。。

Second Entry

This line should have some inline latex $5x^2$, while this should not be inline $$\frac{4 \pi r^2}{2}$$

Code

1// Zig!! Be amazed~~
2const std = @import("std");
3
4pub fn main() !void {
5    std.debug.print("Hello",.{});
6}