5 lines
66 B
D
5 lines
66 B
D
import std.file: remove;
|
|
|
|
void main() {
|
|
remove("data.txt");
|
|
}
|