mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
#parse("include1.inc.txt")
|
|
package ${PACKAGE_NAME};
|
|
public class ${Name} {
|
|
// What a wonderful world!
|
|
// $Author
|
|
// ${my.name}
|
|
}
|