Skip to content

Instantly share code, notes, and snippets.

@dzmitrys-dev
Created November 30, 2016 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dzmitrys-dev/069afc1be4d4aa28e37b69176f6a238a to your computer and use it in GitHub Desktop.
Save dzmitrys-dev/069afc1be4d4aa28e37b69176f6a238a to your computer and use it in GitHub Desktop.
Bank bank = new Bank<>(new IAccount[] {new Account(0,100),new Account(1,1000)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment