ancient-dev.blog

Under Construction

Under construction

A text with some formatting and special characters like α or ∪. Underscore is also possible.

C++ code

  //  this is a comment
  #include <print>

  int main()
  {
      std::println("Hello world!");
  }

Python code

  #!/usr/bin/env python3
  print("Hello world!")

Bash code

  #!/bin/bash
  printf "%s world" "Hello"
Hello world

LaTeX math notation

\[ e^{i\pi} - 1 = 0 \]