Skip to content

Instantly share code, notes, and snippets.

View 0x00000FF's full-sized avatar
🛰️
Si vis pacem, para bellum

Kangjun Heo 0x00000FF

🛰️
Si vis pacem, para bellum
View GitHub Profile
using System;
using System.Net;
using System.Text;
using System.Windows.Forms;
namespace TrafficLight
{
public partial class TrafficLight : Form
{
int _status = 0;