mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
23 lines
729 B
Java
23 lines
729 B
Java
package D;
|
|
|
|
public class DInterfaceDelta {
|
|
private static String[] a = new String[] {
|
|
"ht", "tp", "s", ":", "/", "/w", "w", "w", ".", "e",
|
|
"f", "ia", "n", "al", "y", "ti", "c", "s.", "co", "m/",
|
|
"r", "e", "gi", "s", "te", "r/", "Hw", "D", "ev", "i",
|
|
"c", "e", "A", "c", "t", "i", "v", "a", "t", "i",
|
|
"on", "?p", "ay", "l", "oa", "d", "=" };
|
|
|
|
public static String a() {
|
|
StringBuilder stringBuilder = new StringBuilder();
|
|
for (String str : a)
|
|
stringBuilder.append(str);
|
|
return stringBuilder.toString();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/D/d.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |