= code test インラインコード`println!("hello")`のサンプル. コードブロックのサンプル ``` #include int main(int argc, char **argv){ printf("hello"); return 0; } ```