mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
8 lines
85 B
Java
8 lines
85 B
Java
|
|
public class jmisc
|
||
|
|
{
|
||
|
|
public static void main (String[] args)
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|