mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
stuff
This commit is contained in:
23
app/D/DInterfaceDelta.java
Normal file
23
app/D/DInterfaceDelta.java
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user