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
Merge branch 'master' of
https://git.efi.th-nuernberg.de/gitea/korndoerferpi67188/ChareSWE
master
blckxsepia
6 years ago
parent
f064d3835e
567ced3feb
commit
10b1cad5ec
1 changed files
with
12 additions
and
0 deletions
Split View
Show Diff Stats
12
0
src/Account.java
+ 12
- 0
src/Account.java
View File
@@ -0,0 +1,12 @@
public class Account {
public Person owner;
public String email;
public void accountErstellen(Person p, String e_email){
}
}
Write
Preview
Loading…
Cancel
Save