Last active
March 1, 2022 14:48
-
-
Save shastr/f295aaf6cbae883927e7b5eda1b8f28d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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