mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
10 lines
140 B
C#
10 lines
140 B
C#
using ImHex;
|
|
using System.Drawing;
|
|
|
|
class Script
|
|
{
|
|
public static void Main()
|
|
{
|
|
UI.ShowMessageBox("Hello World!");
|
|
}
|
|
} |