mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 23:32:35 +03:00
add gold method
This commit is contained in:
@@ -7,4 +7,7 @@ public class Welcomer{
|
||||
public String sayFarewell() {
|
||||
return "Farewell, good hunter. May you find your worth in waking world.";
|
||||
}
|
||||
public String sayNeedGold(){
|
||||
return "Not enough gold";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user