mirror of
https://github.com/ioacademy-jikim/android_framwork
synced 2025-06-07 07:56:34 +00:00
8 lines
98 B
Java
8 lines
98 B
Java
class first
|
|
{
|
|
public static void main( String args[] )
|
|
{
|
|
System.out.println("main()");
|
|
}
|
|
};
|