Skip to content

Instantly share code, notes, and snippets.

View Lumeric's full-sized avatar
🏠
Working from home

Lumeric

🏠
Working from home
View GitHub Profile
@Lumeric
Lumeric / Program.cs
Created December 1, 2020 04:14 — forked from jamesmanning/Program.cs
simple TCP client and server
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication2
{
class Program