using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}
public interface IModule
int Hp { get;set; }
public interface IRequiresPow
int PowRequired {get;set;}
void OnReceivePow {get;set;}
public interface IWpn
int Dmg {get;set;}
public interface IEgn
public interface IPow
int Generate { get; set; }
int StorageCapacity {get;set;}