removed the fucking github thing
FUUUCK
This commit is contained in:
parent
70dd6783ad
commit
1ff00c5ccf
@ -4,14 +4,13 @@
|
|||||||
|
|
||||||
#include <why2.h>
|
#include <why2.h>
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(void)
|
||||||
{
|
{
|
||||||
char *buffer;
|
char *buffer;
|
||||||
int githubActions = argc == 2 && strcmp(argv[1], "--github") == 0; //THIS IS JUST SHIT FOR GITHUB ACTIONS (LOW RAM)
|
|
||||||
|
|
||||||
inputFlags flags =
|
inputFlags flags =
|
||||||
{
|
{
|
||||||
githubActions, //SKIP CHECK
|
1, //SKIP CHECK
|
||||||
0, //NO OUTPUT
|
0, //NO OUTPUT
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -32,11 +31,8 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
//DEALLOCATION
|
//DEALLOCATION
|
||||||
if (!githubActions)
|
|
||||||
{
|
|
||||||
free(buffer);
|
free(buffer);
|
||||||
deallocateOutput(encrypted);
|
deallocateOutput(encrypted);
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user