9 lines
87 B
Plaintext
9 lines
87 B
Plaintext
|
import java.lang.Integer;
|
||
|
|
||
|
public class Field {
|
||
|
public x = 5;
|
||
|
|
||
|
m(){
|
||
|
return x;
|
||
|
}
|
||
|
}
|