import std.experimental.logger; void main() { log("Hello World"); } This will print a message to the stderr device. The message will contain the filename, ...
確定! 回上一頁