This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use text_io::read; | |
use std::collections::VecDeque; | |
fn main() { | |
loop { | |
print!("BF) "); | |
let code: String = read!(); | |
if code.trim() == "!".to_string() { | |
println!("Exit"); | |
break; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -x | |
wget https://go.dev/dl/go1.22.2.linux-amd64.tar.gz -O /tmp/go.tar.gz | |
dpkg -s golang > /dev/null 2>&1 | |
if [ $? -eq 0 ]; then | |
apt-get purge -y golang | |
apt-get autoremove -y | |
fi | |
dpkg -s golang-go > /dev/null 2>&1 | |
if [ $? -eq 0 ]; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>++++[<++++++++>-]>+++++[<+++++++++>-]>>++[<++++[<+++++++++>-]>-]<<+++++++.<.>>++++[<++++++++>-]<..........<<.>>>++++[<-------->-]++[<------->-]<....++++.<.>----.<.>.<.>++++++++.<.>--------.<.>>++++[<+++++>-]<.<<.>>>++[<----->-]<-.+++++.<.>>++++[<++++++++>-]<............<<.>>>++++[<-------->-]++[<------->-]<..++++.<.>>++[<+++++>-]<.<.>>++[<------->-]<.<.>.<.>>++++[<+++++>-]<.<.>.<.>>++++[<----->-]<.<.<.>>++++.<.>>++++[<++++++++>-]<...<.>..<.>...<<.>>>++++++[<------>-]<....++++.<.>----.<.>>++[<++++>-]<.<.>----.<.>----.<.<.>>>+++[<+++>-]<.+++++.<.>>++++[<++++++++>-]<...<.>..<.>..<.>..<<.>>>++++++[<------->-]<....>++[<+++++>-]<.<.>>++[<------->-]<.<.>...<.>.... |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.