Browse Source

chore(logo): 💡 add logo source website

tags/0.1.0
Timothy Liu 2 years ago
parent
commit
1d1617f691
3 changed files with 4 additions and 1 deletions
  1. +2
    -0
      CAPI/cpp/API/src/main.cpp
  2. +1
    -0
      CAPI/python/PyAPI/main.py
  3. +1
    -1
      logic/Server/Program.cs

+ 2
- 0
CAPI/cpp/API/src/main.cpp View File

@@ -14,6 +14,8 @@
#endif

using namespace std::literals::string_view_literals;

// Generated by http://www.network-science.de/ascii/ with font "standard"
static constexpr std::string_view welcomeString = R"welcome(

_____ _ _ _ _ _ ___ __


+ 1
- 0
CAPI/python/PyAPI/main.py View File

@@ -13,6 +13,7 @@ import platform
import PyAPI.structures as THUAI6

def PrintWelcomeString() -> None:
# Generated by http://www.network-science.de/ascii/ with font "standard"
welcomeString = """

_____ _ _ _ _ _ ___ __


+ 1
- 1
logic/Server/Program.cs View File

@@ -7,7 +7,7 @@ namespace Server
public class Program
{
/// <summary>
/// Generated by http://www.network-science.de/ascii/
/// Generated by http://www.network-science.de/ascii/ with font "standard"
/// </summary>
const string welcome =
@"


Loading…
Cancel
Save