Skip to content
View Ro0tk1t's full-sized avatar
:octocat:
.
:octocat:
.

Block or report Ro0tk1t

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Ro0tk1t/README.md

Hello, Im Rootkit!

  • 𝗜 𝗮𝗺 𝗮 𝗽𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗲𝗿
  • 𝗜 ❤️ 𝗟𝗼𝘄 𝗟𝗲𝘃𝗲𝗹 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴!
package main

import (
    "fmt"
)

type aboutMe struct {
    Pronouns  []string
    Languages []string
    Hobbies   []string
    FunFact     string
}

func main(){
    Rootkit := aboutMe{
        Pronouns:  []string {"He", "Him"},
        Languages: []string {"Python", "Go", "JavaScript", "C++"},
        Hobbies:   []string {"Coding", "Reading", "Badminton", "Billiards", "Guitar"},
        FunFact:   "The first computer virus was created in 1983!",
    }

    fmt.Println("Pronouns: ", Rootkit.Pronouns)
    fmt.Println("Languages I Know: ", Rootkit.Languages)
    fmt.Println("My Hobbies: ", Rootkit.Hobbies)
    fmt.Println("Fun Fact: ", Rootkit.FunFact)
}

𝗪𝗵𝗮𝘁 𝗜 𝗨𝘀𝗲

𝗣𝘆𝘁𝗵𝗼𝗻


Golang


JavaScript


C++


Vim


𝗚𝗶𝘁


FireFox


Debian


𝗠𝘆 𝗦𝘁𝗮𝘁𝘀

Github stats

Pinned Loading

  1. note note Public template

    Record some question & study note

    SCSS 1

  2. LibcSearcher3 LibcSearcher3 Public

    Shell 14

  3. knownsec/pocsuite3 knownsec/pocsuite3 Public

    pocsuite3 is an open-sourced remote vulnerability testing framework developed by the Knownsec 404 Team.

    Python 3.8k 779

  4. bomb bomb Public

    sms bomb

    Go 1

  5. vimplus vimplus Public

    Forked from chxuan/vimplus

    🚀An automatic configuration program for vim

    Vim Script 28 1

  6. driver-front driver-front Public

    一个前后端分离的在线网盘项目

    Vue