8 lines
166 B
Java
Vendored
8 lines
166 B
Java
Vendored
package test;
|
|
|
|
public class PlatformName {
|
|
public static void main(String[] args) {
|
|
int x = PlatformNameKt.vget();
|
|
PlatformNameKt.vset(0);
|
|
}
|
|
} |