This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
// https://github.com/SollyBunny/ZISS | |
// ZISS: Ziss Is So Silly | |
/* | |
0. Foreword | |
Created by SollyBunny (find me on Discord) | |
You can do almost anything with this: share, fork, use (look at license) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cstdint> | |
#include <map> | |
#include <unordered_map> | |
#include <iostream> | |
#include <chrono> | |
#include <functional> | |
#include <cstdlib> | |
#include <cstring> | |
volatile int out; |