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 Sway programs on your local machine, download and install the most recent version from the [Sway installation page](https://fuellabs.github.io/sway/v0.19.0/introduction/installation.html) 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. -->
25
+
26
+
## About
27
+
28
+
TODO
29
+
30
+
## Resources
31
+
32
+
-[Sway Language Documentation](https://docs.fuel.network/docs/sway/)
0 commit comments