diff options
Diffstat (limited to 'src/grammar/Main.java')
| -rw-r--r-- | src/grammar/Main.java | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/grammar/Main.java b/src/grammar/Main.java new file mode 100644 index 0000000..12d852e --- /dev/null +++ b/src/grammar/Main.java @@ -0,0 +1,21 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package grammar; + +/** + * + * @author andrei + */ +public class Main { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } + +} |
