Jatin Pandey

✠

Testing The waters

This is supposed to be the subtitle

☙ ✥ 1 min read ✥ 55 words ❧
Testing The waters
$$ \mathcal{L} = \int \left( R - \frac{1}{4} F_{\mu\nu} F^{\mu\nu} + i \bar{\psi} \gamma^\mu D_\mu \psi \right) \sqrt{-g} \, d^4x $$
package main

import "fmt"

func castSpell(spellName string) {
    fmt.Printf("Casting %s...\n", spellName)
}

func main() {
    castSpell("Void Eruption")
}

“He who fights with monsters might take care lest he thereby become a monster.” — Friedrich Nietzsche

✠
Tagged under: #grimoire #alchemy #golang