Skip to content
View terrorist's full-sized avatar
🖤
🖤
Block or Report

Block or report terrorist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
terrorist/README.md

terrorist

using System;

class Info
{
    public string Name { get; set; }
    public string Role { get; set; }
    public string[] LanguagesSpoken { get; set; }

    public Info()
    {
        Name = "Terrorist";
        Role = "Software Engineer";
        LanguagesSpoken = new string[] { "da_DK", "en_US" };
    }

    public void SayFact()
    {
        Console.WriteLine("I love myself. Even though I look like a BURNT chicken nugget, I still love myself.");
    }
}

class Program
{
    static void Main()
    {
        Info me = new Info();
        me.SayFact();
    }
}

Pinned

  1. HTTP-2-Rapid-Reset-Client HTTP-2-Rapid-Reset-Client Public

    A tool to check how well a system can handle Rapid Reset DDoS attacks (CVE-2023-44487).

    C# 48 4