mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 16:57:07 +08:00
added tenmplate for starting main class
This commit is contained in:
@ -16,4 +16,9 @@ import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;\n
|
||||
''';
|
||||
final String kTemplateStart = '''
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
''';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user