/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.ufcspa.simdecs.diagram; /** * * @author Maroni */ // Test public class Test { public static void main(String[] args) { System.out.println("Teste"); } }