Skip to content

Instantly share code, notes, and snippets.

View DevGGamer's full-sized avatar

Dev&Gamer DevGGamer

View GitHub Profile
@DevGGamer
DevGGamer / Task1
Last active September 19, 2025 19:03
Module2-3. Conditions, cycles and arrays
using System;
namespace Module2_3
{
internal class Program
{
static void Main(string[] args)
{
Console.OutputEncoding = System.Text.Encoding.Unicode;
@DevGGamer
DevGGamer / Task1.txt
Last active September 9, 2025 15:00
Module 1. Variables
using System;
using System.Globalization;
namespace Module1
{
internal class Program
{
static void Main(string[] args)
{
//Task 1 (a)