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.
コンソール ウィンドウを非表示にする方法、コンパイラは小さい C
//Tiny C -> http://download.savannah.gnu.org/releases/tinycc/ #include <stdlib.h> int main() { system("Taskkill /IM test.exe /F"); return 0; }