Last active
September 4, 2023 23:52
-
-
Save YuzuRyo61/1535b3189963eb536a05d924ffe4ac5d to your computer and use it in GitHub Desktop.
The source code in "ReGLOSS '瞬間ハートビート' OFFICIAL MV" ( https://youtu.be/Ix_uXN_ybxc ) [UNOFFICIAL gist]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace debut | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
var ReGLoss = new hololive.DEV_IS(); | |
hololive.DEV_IS.call(moco); | |
ReGLoss.setMessage("Hello World!"); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment