mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Initial setup
This commit is contained in:
14
src/samples/01-ClearScreen/Program.cs
Normal file
14
src/samples/01-ClearScreen/Program.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright © Amer Koleci and Contributors.
|
||||
// Licensed under the MIT License (MIT). See LICENSE in the repository root for more information.
|
||||
|
||||
using System.Numerics;
|
||||
|
||||
namespace ClearScreen;
|
||||
|
||||
public static unsafe class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user