14 lines
175 B
Java
14 lines
175 B
Java
![]() |
package support;
|
||
|
|
||
|
public final class PR207_A {
|
||
|
static
|
||
|
{
|
||
|
String s = System.getProperty ("soylent");
|
||
|
}
|
||
|
|
||
|
public static String hello ()
|
||
|
{
|
||
|
return "green";
|
||
|
}
|
||
|
}
|