Skip to content

Instantly share code, notes, and snippets.

View Menelaii's full-sized avatar
👁️‍🗨️

Menelaii

👁️‍🗨️
View GitHub Profile
using System;
namespace lab6
{
class Program
{
static void Main(string[] args)
{
var loc = new Location(-63.23562, -100, 6990);
loc.PrintLocation(false);
using System;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
string row = "row123EWER3!![;$%,&";
var numbers = new char[0];
using System;
namespace Vsharp
{
class Program
{
static void Main(string[] args)
{
int[] first = { 1, 2, 3, 4 };
int[] second = { 4, 5, 6, 7 };
using System;
using System.Collections.Generic;
using System.Text;
namespace Lab5
{
class Program
{
static void Main(string[] args)
{