This website works better with JavaScript.
Home
Explore
Help
Sign In
korndoerferpi67188
/
ChareSWE
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
commit
master
Danial Eshete
6 years ago
parent
6d88ba7850
commit
567ced3feb
1 changed files
with
12 additions
and
0 deletions
Unified View
Show Diff Stats
12
0
src/Account.java
+ 12
- 0
src/Account.java
View File
public class Account {
public Person owner;
public String email;
public void accountErstellen(Person p, String e_email){
}
}
Write
Preview
Loading…
Cancel
Save