Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions ProjetoGitJava/src/br/edu/ifro/AulaDsi.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.edu.ifro;

/**
*
* @author 00734146205
*/
public class AulaDsi {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
double num1=10;
double num=20;

Calculadora calculadora

}

}