package com.nsrddyn /* * cpu object, only one instance of an object needed */ object Cpu { val name = "" }