Skip to content

Commit

Permalink
added run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Oct 14, 2024
1 parent 8243b47 commit 3db498a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Pages/Projects/Brainfuck.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@ brainfuck = [hsx|
"$out_file"
]}
I think a really good example of brainfuck programs is: <a href="http://www.brainfuck.org/life.b">http://www.brainfuck.org/life.b</a>
<br>
Run it directly:
{codeBlock "bash" "curl https://skade.dev/api/brainfuck -d \"$(curl https://brainfuck.org/life.b 2> /dev/null)\" 2> /dev/null | gcc -xc - -o /tmp/life && /tmp/life"}
|]

0 comments on commit 3db498a

Please sign in to comment.