Comments in Different Programming Languages
wikipedia reference
sudo apt update
sudo apt upgrade -y
$ sudo apt update
$ sudo apt upgrade -y
ls -la
echo "Hello World" > hello.world
cat hello.world
C, C++, Java, Kotlin, and Rust
C
// [filename](markdown-comment-filename.c)
/**
[filename](...
bitecore.fiki.tech1 min read