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