ancient-projects

My earliest programs (2006-2010)
git clone https://git.tronto.net/ancient-projects
Download | Log | Files | Refs | README

PartiDelRobot.java (192B)


      1 class PartiDelRobot {
      2 	PartiDelRobot() { };
      3 	PartiDelRobot(boolean b, String s) {
      4 		this.stringaParte = s;
      5 		this.statoParte = b;
      6 	}
      7 	public String stringaParte;
      8 	public boolean statoParte;
      9 }