6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
#include "SHIFTALIGNMENT"
|
|
void main()
|
|
{
|
|
ShiftAlignment(ALIGNMENT_CHAOTIC, 25);
|
|
}
|