mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 23:32:35 +03:00
fix project
This commit is contained in:
10
src/main/java/plaindoll/Welcomer.java
Normal file
10
src/main/java/plaindoll/Welcomer.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package plaindoll;
|
||||
|
||||
public class Welcomer{
|
||||
public String sayWelcome() {
|
||||
return "Welcome home, good hunter. What is it your desire?";
|
||||
}
|
||||
public String sayFarewell() {
|
||||
return "Farewell, good hunter. May you find your worth in waking world.";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user