syntax highlight c++ int main(void) { return 0; } rust fn main() { println!("Hello World!"); }
OKUMURA Yoshio
1
Question,
1
Answer
Active since 19 April 2019
Last activity
5 years ago
Reputation
10
+
10
this November
0
1
Badges 1
Eureka!
1
rust syntax highlight test
syntax highlight はプレビューで表示されないけど、投稿するとちゃんと表示される。
#include
// Some C++ code.
int main() try {
std::cout << "I wonder how the syntax will be highlighted\n";
} catch (std::exception&) {
}
if grep -q $USER script; then
echo please make independent of username;
fi
5 years ago