Skip to content

Instantly share code, notes, and snippets.

@shastr
Last active March 1, 2022 14:48
Show Gist options
  • Save shastr/f295aaf6cbae883927e7b5eda1b8f28d to your computer and use it in GitHub Desktop.
Save shastr/f295aaf6cbae883927e7b5eda1b8f28d to your computer and use it in GitHub Desktop.
byte hour = 21;
sbyte sleepHours = 6;
int weekNumber = 3;
short year = 2021;
ushort daysInYear = 365;
float temperature = 36.6f;
bool isMonth31Day = true; //месяц где 31 день
uint dayNewEra = 737695; // для примера берем примерное число с 1.01.0000
long secondsInMonth = 2592000;
ulong usaNationalDebtInRub= 2568879600000000; // примерный госдолг сша в рублях :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment