-
-
Save GeriG34/73377c8c19c22492714763948aa475a4 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
namespace ConsoleApp5 | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
string name = "Bulat"; | |
bool isWork = true; | |
int bee = 124; | |
float rog = 52 * 10 * *16; | |
var hello = "Hello"; | |
var num = 1000; | |
char user = "qwerty"; | |
int age = 12; | |
string game = "CoD"; | |
bool isProgramm = false; | |
byte SSD = 154; | |
int sum = 32; | |
int strong = 96; | |
bool playd = true; | |
Console.WriteLine("Hello, World!"); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment