Tags
Date
2023/11/09
This is my first post. Hello World.
fibs :: [Integer]
fibs = 0 : 1 : zipWith (+) fibs (tail fibs)Yoooo call out
This is an inline equation right here
Well, here's another code block:
provider "aws" { region = "us-west-1"}
resource "aws_s3_bucket" "my_bucket" {
bucket = "my-test-bucket"
acl = "private"
}The quote is here
graph LR
A[Start] --> B{Decision}
B -->|Yes| C[Do Something]
B -->|No| D[Do Something Else]
C --> E[End]
D --> E
graph LR
A[Start] --> B{Decision}
B -->|Yes| C[Do Something]
B -->|No| D[Do Something Else]
C --> E[End]
D --> EHere's some text
Big heading
Yup
A Smaller Heading
Oh yes