Skip to content

Instantly share code, notes, and snippets.

@Every2
Created January 1, 2025 03:04
Show Gist options
  • Save Every2/b0f4237e83089aad25a2621103d2dfaf to your computer and use it in GitHub Desktop.
Save Every2/b0f4237e83089aad25a2621103d2dfaf to your computer and use it in GitHub Desktop.
fn main() {
for i in 0..6 {
println!("{}", "👁️".repeat(i));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment