public static void main(String[] args) {
	Simon sihu = new Simon();
	sihu.says(“developing behind the scenes“);
}