Initial commit
This commit is contained in:
16
application/source/street.c
Normal file
16
application/source/street.c
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
|
||||
class address{
|
||||
|
||||
char * street;
|
||||
|
||||
int number;
|
||||
|
||||
void someMethod() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user