diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-20 15:00:39 -0600 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-20 15:00:39 -0600 |
commit | d028778c1c132cf6691837ef5076f4dd5b5c5c82 (patch) | |
tree | b8dbc79ea1d52252b6518661d1fe8c7978624011 /src | |
parent | 326076c46cbdc7afc9bcc2df56aa0b95d174f927 (diff) | |
download | wg2nd-d028778c1c132cf6691837ef5076f4dd5b5c5c82.tar.xz wg2nd-d028778c1c132cf6691837ef5076f4dd5b5c5c82.zip |
Add Issues & Contributions section
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index e685e10..8ae37eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -421,9 +421,6 @@ static int wg2nd_install(char const * prog, int argc, char **argv) { return 0; } -// The main function remains the same as before - - int main(int argc, char **argv) { char const * prog = "wg2nd"; |