fn hey_there() -> String {
let binary_string = "01101000 01101001 00101100 00100000 01101001 01110100 01110011 00100000
01110011 01100101 01101100 01101001 01101110 00101110 00100000 01101001
00100000 01101100 01101001 01101011 01100101 00100000 01100010 01110101
01101001 01101100 01100100 01101001 01101110 01100111 00100000 01100001
01101100 01100111 01101111 01110010 01101001 01110100 01101000 01101101
01110011 00101110 00100000 01101001 00100000 01110111 01101111 01110010
01101011 00100000 01100001 01110011 00100000 01100001 01101110 00100000
01110101 01110000 01100111 01110010 01100001 01100100 01100101 01110010
00101100 00100000 01110101 01110000 01100100 01100001 01110100 01100101
00100000 01110100 01101000 01100101 01101101 00100000 01110100 01101111
00100000 01100010 01100101 01100011 01101111 01101101 01100101 00100000
01110100 01100101 01100011 01101000 01101110 01101001 01100011 01100001
01101100 01101100 01111001 00100000 01100001 01101110 01100100 00100000
01101100 01101111 01100111 01101001 01100011 01100001 01101100 01101100
01111001 00100000 01100010 01100101 01110100 01110100 01100101 01110010
00101110 00100000 01111001 01101111 01110101 00100000 01100011 01100001
01101110 00100000 01100011 01101111 01101110 01110100 01100001 01100011
01110100 00100000 01101101 01100101 00100000 01100001 01110100 00100000
01110011 01100101 01101100 01101001 01101110 01110100 01110101 01101110
01110010 01000000 01100111 01101101 01100001 01101001 01101100 00101110
01100011 01101111 01101101 00100000 01101111 01110010 00100000 01101100
01101001 01101110 01101011 01100101 01100100 01101001 01101110 00101110
00100000 01110000 01100101 01100001 01100011 01100101 00101110";
binary_string
.split_whitespace()
.map(|b| u8::from_str_radix(b, 2).unwrap() as char)
.collect()
}
fn main() {
let decrypted_message = hey_there();
println!("{}", decrypted_message);
}
- İstanbul
- https://www.cestlin.co/
- in/selintunr
- cestlinn
Highlights
- Pro
Pinned Loading
-
pedalboard
pedalboard PublicForked from spotify/pedalboard
🎛 🔊 A Python library for working with audio.
C++
-
portnet
portnet PublicForked from constanxe/portnet
Spring Boot, React - Vessel schedule tracker - IS442 Object Oriented Programming - Sep 2020
HTML 1
-
Soundflower
Soundflower PublicForked from akhudek/Soundflower
MacOS system extension that allows applications to pass audio to other applications.
Objective-C 1
-
k8s.io
k8s.io PublicForked from kubernetes/k8s.io
Code and configuration to manage Kubernetes project infrastructure, including various *.k8s.io sites
HCL
-
ml-stable-diffusion
ml-stable-diffusion PublicForked from apple/ml-stable-diffusion
Stable Diffusion with Core ML on Apple Silicon
Python
-
NeuralAmpModelerPlugin
NeuralAmpModelerPlugin PublicForked from sdatkinson/NeuralAmpModelerPlugin
Plugin for Neural Amp Modeler
Python
If the problem persists, check the GitHub status page or contact support.