We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5091cc1 commit 7db9cefCopy full SHA for 7db9cef
src/mono/sample/iOS/Program.cs
@@ -49,7 +49,7 @@ public static async Task Main(string[] args)
49
delegate* unmanaged<void> unmanagedPtr = &OnButtonClick;
50
ios_register_button_click(unmanagedPtr);
51
}
52
- const string msg = "Hello World!\n.NET 8.0";
+ const string msg = "Hello World!\n.NET Runtime";
53
for (int i = 0; i < msg.Length; i++)
54
{
55
// a kind of an animation
0 commit comments