Skip to content

Instantly share code, notes, and snippets.

View Windows10CE's full-sized avatar

Aaron Robinson Windows10CE

  • Texas
  • 03:54 (UTC -05:00)
View GitHub Profile
### Keybase proof
I hereby claim:
* I am Windows10CE on github.
* I am windows10ce (https://keybase.io/windows10ce) on keybase.
* I have a public key whose fingerprint is C034 EE95 5128 EEC8 22A0 DE94 8B4C F07C 2359 42FE
To claim this, I am signing this object:
@Windows10CE
Windows10CE / CSharpIOStream.cs
Last active January 4, 2024 08:26
C# iostream
using System;
using System.Reflection;
using System.Diagnostics;
int a = default;
string s = default;
_ = Std.In >> __makeref(a) >> __makeref(s);
_ = Std.Out << a << s << "\n";
public static unsafe class Std
using System;
using System.IO;
using System.Text;
namespace HacknetCalc
{
class Program
{
static void Main(string[] args)
{