You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build and run Beluga programs on your local machine, download and install the most recent game engine version from the [Beluga installation page](https://complogic.cs.mcgill.ca/beluga/#installation) or use your favorite package manager.
6
+
7
+
Programs in this folder have yet to be tested.
8
+
<!-- and can be run from the command line like so: -->
9
+
10
+
<!-- ```
11
+
ruby triple.rb
12
+
```
13
+
14
+
```
15
+
ruby permutations.rb I like carrots
16
+
```
17
+
18
+
```
19
+
ruby top_ten_scorers.rb < ../test/wnba_input
20
+
```
21
+
22
+
Running the command `irb` with no arguments gives you a repl.
23
+
24
+
To run the tests, invoke `./test.sh` in a Unix-friendly shell or `test.ps1` in PowerShell. -->
0 commit comments