This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // There are two LINQPad .linq files in this code listing. | |
| // You can run them in parallel. | |
| // .NET version: 7+ | |
| // TCP server - TcpListener.linq | |
| using System; | |
| using System.Net; | |
| using System.Net.Sockets; | |
| using System.IO; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| html { | |
| font-size: 13px; | |
| } | |
| .sidebar-content-content { | |
| font-size: 12px !important; | |
| } | |
| body { | |
| font-family: "Iosevka"; |