All pastes #2101635 Raw Edit

zad4

public java v1 · immutable
#2101635 ·published 2012-01-09 18:41 UTC
rendered paste body
public class Punkt{       int x;       int y;       public void Punkt()       {              x=1;              y=1;       }}