Skip to content

Instantly share code, notes, and snippets.

@stephanos
Last active December 11, 2015 18:39
Show Gist options
  • Save stephanos/4643398 to your computer and use it in GitHub Desktop.
Save stephanos/4643398 to your computer and use it in GitHub Desktop.
class Task {
val _raw = ""
val _source = ""
val _noOfIfs = 0
val _noOfVars = 0
val _noOfVals = 0
val _noOfDefs = 0
val _noOfTrys = 0
val _noOfNulls = 0
val _noOfLines = 0
val _noOfWhiles = 0
val _noOfReturns = 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment