Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
afortuna2016 committed Feb 28, 2017
1 parent 03b6e3a commit c89b2d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Main/Profession.java
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@

public class Profession
{

public String profName;
public int salary;
public int expenses;
public int savings;
public int liabilities;









}

0 comments on commit c89b2d6

Please sign in to comment.