Website Testing

Posted on May 7, 2022

This is a title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc odio lectus, efficitur ac libero ut, facilisis tincidunt ex.

Sub-title

Thing

Talking about the thing… heres some code

from pathlib import Path

test: Path = Path("dicks")

for shit in test.glob("cocks"):
    print(shit)

Something something something something bold italic bold underline
also heres patrick bateman from breaking bad

patrick
(image is courtesy of aya)

Testing the syntax highlighter

.go code

import (
    "fmt"
)

func main() {
    fmt.Println("COCKS")
}

.v code

import os

fn main() {
    os.glob("cock") or { panic(err) }
    println("dicks")
}