immutable list

This commit is contained in:
2024-05-18 02:13:13 -04:00
parent 1bb652f01c
commit 4844f7c357
8 changed files with 41 additions and 30 deletions

View File

@@ -7,4 +7,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BatchOszExtractor.Core\BatchOszExtractor.Core.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,3 +1,5 @@
// See https://aka.ms/new-console-template for more information
using System.Collections.Immutable;
using BatchOszExtractor.Core;
Console.WriteLine("Hello, World!");
Extract.SelectMaps(SelectionType.Single,ImmutableList.Create("/home/gwargoomba/Downloads/osuextract/740535 Cartoon & Futuristik Feat. Mikk Mae - C U Again.osz"),"/home/gwargoomba/Downloads/osuextract");