Skip to content

Instantly share code, notes, and snippets.

@masleshov
Last active January 13, 2023 16:32
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 masleshov/ad3b3ea9658638fed3ff4874239b1c40 to your computer and use it in GitHub Desktop.
Save masleshov/ad3b3ea9658638fed3ff4874239b1c40 to your computer and use it in GitHub Desktop.
var account = new BankAccount();
account._amountInUsd = 100500;
Console.WriteLine(account._amountInUsd);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment