Skip to content

Instantly share code, notes, and snippets.

@SQQZRG
Created February 9, 2025 14:15
Show Gist options
  • Save SQQZRG/9fae3fd965f03739f4b77ac456697d36 to your computer and use it in GitHub Desktop.
Save SQQZRG/9fae3fd965f03739f4b77ac456697d36 to your computer and use it in GitHub Desktop.
Ответ на 0.1
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
int age = 18;
int yearToday = 2025;
string myName = "Ярослав";
string mySecondName = "Зарытов";
bool iEatToday = true;
bool iWentShopingToday = false;
object numberP = 3.14;
object gravitationalConstant = 9.8;
short ageMom = 40;
short ageDad = 43;
long extensionCableLenght = 5;
long countTables = 3;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment