Skip to content

Instantly share code, notes, and snippets.

@GeriG34
Last active March 7, 2025 07:42
Show Gist options
  • Save GeriG34/73377c8c19c22492714763948aa475a4 to your computer and use it in GitHub Desktop.
Save GeriG34/73377c8c19c22492714763948aa475a4 to your computer and use it in GitHub Desktop.
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