Skip to content

Instantly share code, notes, and snippets.

@tuxcuiabano
Created March 16, 2020 23:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tuxcuiabano/6a4bf1b6d565bd84e504e83434f7fdbe to your computer and use it in GitHub Desktop.
Save tuxcuiabano/6a4bf1b6d565bd84e504e83434f7fdbe to your computer and use it in GitHub Desktop.
Classe Olá mundo
/*
* 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 contabancariapos;
/**
*
* @author pedroneto
*/
public class ContaBancariaPos {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment