-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples-extended-chars.ps1
More file actions
13 lines (7 loc) · 1.15 KB
/
examples-extended-chars.ps1
File metadata and controls
13 lines (7 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
dotnet build --configuration Release
Autogram\bin\Release\net10.0\Autogram.exe --conjunction " and finally " --alphabet "[a-z\-',]" --seed 1884857936
Autogram\bin\Release\net10.0\Autogram.exe --template "Only the fool would take trouble to verify that his sentence was composed of {0} and, last but not least, a single !" --conjunction ", " --alphabet "[a-z\-',]" --seed 98399980
Autogram\bin\Release\net10.0\Autogram.exe --template "Only a fool would take trouble to verify that this sentence is composed of {0} and, last but not least, a single !" --conjunction ", " --alphabet "[a-z\-',]" --seed 894657949
Autogram\bin\Release\net10.0\Autogram.exe --conjunction " and finally " --alphabet "[a-z\-', ]" --seed 1984408861
Autogram\bin\Release\net10.0\Autogram.exe --template "Only a fool would take trouble to verify that this sentence is composed of {0} and, last but not least, a single !" --conjunction ", " --alphabet "[a-z\-', ]" --seed 486259340
Autogram\bin\Release\net10.0\Autogram.exe --template "Only a fool would take trouble to verify that this sentence is composed of {0} and one exclamation mark!" --conjunction ", " --alphabet "[a-z\-', ]" --seed 281924071