Skip to content
View wertylin's full-sized avatar
🐙
Working
🐙
Working

Highlights

  • Pro

Block or report wertylin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wertylin/README.md

<3

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);
}

Pinned Loading

  1. pedalboard Public

    Forked from spotify/pedalboard

    🎛 🔊 A Python library for working with audio.

    C++

  2. portnet Public

    Forked from constanxe/portnet

    Spring Boot, React - Vessel schedule tracker - IS442 Object Oriented Programming - Sep 2020

    HTML 1

  3. Soundflower Public

    Forked from akhudek/Soundflower

    MacOS system extension that allows applications to pass audio to other applications.

    Objective-C 1

  4. k8s.io Public

    Forked from kubernetes/k8s.io

    Code and configuration to manage Kubernetes project infrastructure, including various *.k8s.io sites

    HCL

  5. ml-stable-diffusion Public

    Forked from apple/ml-stable-diffusion

    Stable Diffusion with Core ML on Apple Silicon

    Python

  6. NeuralAmpModelerPlugin Public

    Forked from sdatkinson/NeuralAmpModelerPlugin

    Plugin for Neural Amp Modeler

    Python