anandps

Writing

Hello world!

A post to preserve frequently used blocks.

Code example

package main

import "log"

func add(x int, y int) int {
  log.Println("We are going to take the sum of two numbers, and leave a long comment.")
  return x + y
}

func main() {
  y := add(1, 2)
  log.Println(y)
}

Quote

dil hī to hai nah sang-o-ḳhisht dard se bhar nah āʾe kyūñ
roʾeñge ham hazār bār koʾī hameñ satāʾe kyūñ

Mirza Ghalib · Ghazal 115, Verse 1

hazāroñ ḳhvāhisheñ aisī kih har ḳhvāhish pah dam nikle
bahut nikle mire armān lekin phir bhī kam nikle

Mirza Ghalib · Ghazal 219, Verse 1

A plain Markdown blockquote, for comparison:

Critical thinking without hope is cynicism.

Inline formatting

Body text with inline code, a link, emphasis, and strong emphasis, enough to see how the type behaves at reading size across all four directions.

← All writing