2020-01-02 ブログにソースコードを張り付けてみる プログラミング はてな記法を用いて、c言語のコードを載せてみました。 #include <stdio.h> int main(){ printf("Hello, World!!"); return 0; }