Skip to content

Commit

Permalink
removed some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ColtonPhillips committed Jun 24, 2013
1 parent 6f4e90b commit cbee5a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GenerateTheme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public static string Title(string s) {
}

static void Main (string[] args) {

var verbs = File.ReadAllLines("verbs.txt");
var nouns = File.ReadAllLines("nouns.txt");

Expand All @@ -21,5 +20,4 @@ static void Main (string[] args) {
Console.WriteLine();
}
}

}

0 comments on commit cbee5a8

Please sign in to comment.