Ugly Code

Here's some code that's as ugly as I am


// This is an example of a function that does absolutely nothing
// and looks like it was written by a blind person with no taste
function doSomething() {
  var a = 1;
  var b = 5;
  var c = 10;
  console.log("I did something");
}

You can view the JavaScript version of this code.