Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f400b00

Browse files
author
harunpetekkaya21
authored
Create Wall.java
1 parent ec275df commit f400b00

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎Composition/Wall.java‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
public class Wall {
2+
3+
4+
private String direction;
5+
6+
public Wall(String direction) {
7+
this.direction = direction;
8+
}
9+
10+
public String getDirection() {
11+
return direction;
12+
}
13+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /