Skip to content

Instantly share code, notes, and snippets.

View NSK-1010's full-sized avatar
💤
Sleepy

猫宮ぴあの / Piano Nekomiya NSK-1010

💤
Sleepy
View GitHub Profile
#!/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
@NSK-1010
NSK-1010 / brainpower.bf
Last active March 19, 2023 10:56
Brainf**kでBrain PowerのDrop部分を書いてみた
>++++[<++++++++>-]>+++++[<+++++++++>-]>>++[<++++[<+++++++++>-]>-]<<+++++++.<.>>++++[<++++++++>-]<..........<<.>>>++++[<-------->-]++[<------->-]<....++++.<.>----.<.>.<.>++++++++.<.>--------.<.>>++++[<+++++>-]<.<<.>>>++[<----->-]<-.+++++.<.>>++++[<++++++++>-]<............<<.>>>++++[<-------->-]++[<------->-]<..++++.<.>>++[<+++++>-]<.<.>>++[<------->-]<.<.>.<.>>++++[<+++++>-]<.<.>.<.>>++++[<----->-]<.<.<.>>++++.<.>>++++[<++++++++>-]<...<.>..<.>...<<.>>>++++++[<------>-]<....++++.<.>----.<.>>++[<++++>-]<.<.>----.<.>----.<.<.>>>+++[<+++>-]<.+++++.<.>>++++[<++++++++>-]<...<.>..<.>..<.>..<<.>>>++++++[<------->-]<....>++[<+++++>-]<.<.>>++[<------->-]<.<.>...<.>....
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.