7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
#include "SHIFTALIGNMENT"
|
||
|
void main()
|
||
|
{
|
||
|
ShiftAlignment(ALIGNMENT_LAWFUL, 25);
|
||
|
ShiftAlignment(ALIGNMENT_GOOD, 25);
|
||
|
}
|