謎's キッチン

謎のひとりごと。Amazon欲しい物リストはこちら: https://www.amazon.co.jp/hz/wishlist/ls/CCPOV7C6JTD2

Whitespaceless Hello world in D


一方、D言語は出力関連のを使おうとするとimportが必須で、しかもimport(std.stdio);みたいな書き方は出来ないので無理。
できるよ!

int*x;typeof(*x)y;extern(C)typeof(y)printf(char*,...);typeof(y)main(){printf(cast(char*)"Hello,%cworld.",0x20);return*&y;}

32bit Linux上でのdmdgdcで動作確認。

shinhさんがあなごるに追加してくれた。
http://shinh.skr.jp/m/?date=20081123#p06
うーむ、上記コード、無駄が多すぎた。40byteまで縮まった…が古いdmd依存。