mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-25 22:19:38 -06: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!");
|
|
}
|
|
} |