18 lines
269 B
C#
18 lines
269 B
C#
using System;
|
|
using System.Net;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Net.Sockets;
|
|
|
|
namespace IRCServer {
|
|
class Program {
|
|
static void Main(string[] args) {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
}
|