mirror of
https://github.com/mirror/jdownloader.git
synced 2025-03-06 04:47:14 +00:00
11 lines
113 B
Java
11 lines
113 B
Java
|
|
|
|
public class header {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
System.out.println(3%3);
|
|
}
|
|
|
|
}
|