This file contains hidden or 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
#lang typed/racket/base | |
(require/typed racket/sequence (sequence-ref (All (E) (-> (Sequenceof E) Natural E)))) | |
;;; | |
;;; The Computer Language Benchmarks Game | |
;;; https://salsa.debian.org/benchmarksgame-team/benchmarksgame/ | |
;;; contributed by Matthew Flatt, modified by | |
;;; modified by James Bergstra | |
;;; further modified by Hao Zhang |
This file contains hidden or 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
`sudo chsh --shell <rash-bin-path>/rash-repl $USER && sudo reboot` |