40ca9dbcfa4dace663fe0a0a2f5b8622329901a6
[simdecs.git] / src / java / org / ufcspa / simdecs / diagram / Test.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5 package org.ufcspa.simdecs.diagram;
6
7 /**
8  *
9  * @author Maroni
10  */
11 // Test
12 public class Test {
13     
14     public static void main(String[] args) {
15         System.out.println("Teste");
16     }
17     
18 }