Newer
Older
dub_jkp / test / issue1158-stdin-for-single-files / stdin.d
@andre2007 andre2007 on 7 Aug 2018 108 bytes issue1158-stdin-for-single-files
/+ dub.sdl:
	name "hello"
+/
void main(string[] args) {
	import std.stdio : writeln;
	writeln(args[1..$]);
}