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