txlyre 1 year ago
parent
commit
a289cb88c3
2 changed files with 8 additions and 0 deletions
  1. 5 0
      langs/bqn/Dockerfile
  2. 3 0
      langs/bqn/run.sh

+ 5 - 0
langs/bqn/Dockerfile

@@ -0,0 +1,5 @@
+RUN apt-get install git gcc make -y
+RUN git clone https://github.com/dzaima/CBQN
+RUN cd CBQN && make FFI=0 REPLXX=0 && mv BQN /usr/bin/BQN && cd .. && rm -rf CBQN
+RUN chmod +x /usr/bin/BQN
+RUN chmod 705 /usr/bin/BQN

+ 3 - 0
langs/bqn/run.sh

@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+BQN -