githubteacher / fluffy-octo-guacamole

demo and practice repo for May 2016 GitHub for Developers class
14 stars 15 forks source link

Demo github flow from beginning to end #229

Closed alliehut closed 8 years ago

alliehut commented 8 years ago

TO DO

alliehut commented 8 years ago

Code snippet example

f <- function(x) {
    x**2
}