Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CTRL+ SHIFT+A が押されるまで待ってから "Hello World!" を出力するプログラムを書きたいと思います。MacOSX を使用していますが、コンソールベースにしたいと考えています。
If "Console-Based" means that the program must run in a terminal, it cannot distinguish Ctrl+A from Ctrl+Shift+A; both produce the same input.