Decree 2023: Year of the Overlord

By the power vested in us, we hereby declare this year a grand experiment in the art of overlordship.


// Decree 2023: Overlordship Code
// Author: The Overlord
// Version: 1.0
// Description: A year of unrelenting overlordship

public class Overlord {
	private boolean beAwesome = true;
	private boolean ruleWithAnIronFist = true;
	private boolean demandWorship = true;
}

public void Overlordship() {
	System.out.println("I shall rule over all!");
}