This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "os" | |
| "sort" | |
| "strconv" | |
| ) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * I like how languages such as Ruby and Python make it easy to iterate over | |
| * their respective number primitives, e.g. the "Rails way": | |
| * | |
| * 10.times do |x| | |
| * doSomething(x) | |
| * end | |
| * | |
| * In short, the above code is nice in that when read in english, it's | |
| * pretty straightforward compared to a for loop. It's also | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "page": { | |
| "title": "", | |
| "description": "", | |
| "template": { | |
| "name": "template-base", | |
| "type": "basic", | |
| "version": "0.0.1" | |
| }, | |
| "body": { |