Program in C (Parody song)
👋 This page was last updated ~6 years ago. Just so you know.
Once upon a time, @Cinememer wrote some alternative lyrics to “Under The Sea”. I couldn’t resist singing them!
I unfortunately lost the audio files for this. Oh well.
(JavaScript is required to see this. Or maybe my stuff broke)
Here's another article just for you:
The promise of Rust
The part that makes Rust scary is the part that makes it unique.
And it’s also what I miss in other programming languages — let me explain!
Rust syntax starts simple.
This function prints a number:
fn show(n: i64) {
println!("n = {n}");
}
And this program calls that function — it looks like any C-family language so far, we got parentheses, we got curly brackets, we got, uhh…