mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-03 04:29:54 +03:00
Initial commit
This commit is contained in:
commit
3fa19a4794
8 changed files with 124 additions and 0 deletions
8
Boyfriend/Utils.cs
Normal file
8
Boyfriend/Utils.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Boyfriend;
|
||||
|
||||
public static class Utils {
|
||||
public static string GetBeep() {
|
||||
var letters = new[] { "а", "о", "и"};
|
||||
return "Б" + letters[new Random().Next(3)] + "п! ";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue