Skip to content

Commit 43bcae8

Browse files
committed
skip some of the swift install guide commands for testing
1 parent b68c3af commit 43bcae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/install-guides/swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ print("Hello from Swift on Arm Linux!")
116116

117117
Compile and run the program:
118118

119-
```bash
119+
```console
120120
swift hello.swift
121121
```
122122

@@ -128,7 +128,7 @@ Hello from Swift on Arm Linux!
128128

129129
You can also compile and run the program using:
130130

131-
```bash
131+
```console
132132
swiftc hello.swift -o hello
133133
./hello
134134
```

0 commit comments

Comments
 (0)