Hunt3r0x / gitbook

it'z gitbook stuff

Home Page:https://h1ntr0x01.gitbook.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description layout
OBJECT
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible

$ cd ./pl/

$ cat ./whoami.cpp

{% code overflow="wrap" fullWidth="false" %}

#include <iostream>

std::string whoami = R"(
# $ whoami
~ just a man who lives between zeros and ones.
)";

std::string love = R"(
# $ love
~ cars & codes & offensive security
)";

int main() {
    std::cout << whoami;
    std::cout << love;

    return 0;
}

{% endcode %}

➜ z1ntrx@leet  ~/pl  g++ whoami.cpp  -o whoami
➜ z1ntrx@leet  ~/pl  ./whoami                                       

# $ whoami
~ just a man who lives between zeros and ones.

# $ love
~ cars & codes & offensive security

$ ls ./contacts/

twitter linkedin linkedin

About

it'z gitbook stuff

https://h1ntr0x01.gitbook.io