Skip to content

mparq/outback-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run on input.txt by using command

dotnet build
gc .\input.txt | Foreach-Object {$split = $_.Split(" "); dotnet .\bin\Debug\netcoreapp1.1\outback-cipher.dll $split[0] ($split[1..($split.length-1)] -join " ")} | Out-File output.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages