Lists are a bit dirty and can't be imported into sqlite atm due to them having duplicated serial numbers. They need cleaning, possibly against titelIDs.txt which, on the other hand, contains dodgy character sequences.
7 lines
89 B
D
7 lines
89 B
D
import std.stdio;
|
|
import std.getopt;
|
|
|
|
int main() {
|
|
writeln("hello world");
|
|
return 0;
|
|
}
|