mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
8 lines
122 B
Java
8 lines
122 B
Java
public class PR16923
|
|
{
|
|
public static void printIt ()
|
|
{
|
|
System.out.println (System.getProperty ("PR16923"));
|
|
}
|
|
}
|