Files
App-Installer-For-Windows-8…/PkgCLI/Program.cs
Bruce fafff1bc5c Update locale strings.
Add a new project.
Remove the datas for test.
2026-04-06 18:46:51 +08:00

15 lines
176 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PkgCLI
{
class Program
{
static void Main (string [] args)
{
}
}
}