5 lines
96 B
D
5 lines
96 B
D
void main() {
|
|
import std.stdio, std.numeric;
|
|
|
|
[1.0, 1, 1, 1, 0, 0, 0, 0].fft.writeln;
|
|
}
|