Skip to content

Instantly share code, notes, and snippets.

@YuzuRyo61
Last active September 4, 2023 23:52
Show Gist options
  • Save YuzuRyo61/1535b3189963eb536a05d924ffe4ac5d to your computer and use it in GitHub Desktop.
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]
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