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