First Post

Thought I would start a little blog for some mindless thoughts and questions…


This post is a markdown/sass styles demo :)


1
2
3
4
5
6
def print_hi(name)
  puts "Hi, #{name}"
end

print_hi('Tyler')
# prints 'Hi, Tyler' to STDOUT

“Next Play” - Coach K

Table Header
Style Visualization
public class Greeting {
    public static void main(String[] args) {
        System.out.println("Welcome!");
    }
}

favicon