Skip to content

Commit b472f2d

Browse files
committed
Updated to latest Multiling IOC list
1 parent b1b467c commit b472f2d

File tree

1 file changed

+1
-1
lines changed
  • WorldBirdNamesParser/WorldBirdNamesParser

1 file changed

+1
-1
lines changed

WorldBirdNamesParser/WorldBirdNamesParser/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace WorldBirdNamesParser
77
{
88
class Program
99
{
10-
static readonly string file = "demo.xlsx";
10+
static readonly string file = "Multiling IOC 9.2.xlsx";
1111
static readonly string path = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
1212

1313
static readonly List<List<string>> columns = new List<List<string>> {

0 commit comments

Comments
 (0)