Skip to content

Instantly share code, notes, and snippets.

View NightfallGT's full-sized avatar
💭
I do no own any other social media accounts such as Discord, etc.

Nightfall NightfallGT

💭
I do no own any other social media accounts such as Discord, etc.
View GitHub Profile
@NightfallGT
NightfallGT / Nitrogen.cpp
Created February 7, 2021 05:36
Discord Nitro Generator C++
#include <iostream>
#include <string>
#include <vector>
#include <fstream>
#include <ctime>
using std::cout;
using std::endl;
using std::string;
using std::wstring;
using std::wcout;