Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FLAK-ZOSO committed Jan 26, 2023
1 parent 9c06c16 commit 284933b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#include <thread> // std::this_thread::sleep_for
#include <chrono> // std::chrono::milliseconds, std::chrono::seconds
#include <future> // std::async, std::Future
#include <random> // mt19937, bernoulli_distribution
#include <random> // mt19937
#include <conio.h> // getch()
#include "include/skydda/skydda.cpp"
// cd onedrive/documenti/github/skydda
// g++ main.cpp -o skydda -std=c++17 -Wall -O3


Expand Down
Binary file modified skydda.exe
Binary file not shown.

0 comments on commit 284933b

Please sign in to comment.