Skip to content

Ida v0.3.0

Compare
Choose a tag to compare
@Iune Iune released this 16 Jan 22:25
· 11 commits to master since this release
ac49482

Summary of Changes

  • Instead of reading two files—a JSON file containing country details and an Excel spreadsheet for contest details—the program now reads a single JSON file containing both the country and contest details.
  • The program is now written in F#, using the .NET 5.0 runtime instead of Go.
  • Parsed votes are now displayed in a table.
  • Updated logging messages to be more descriptive.