Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ The Accounting Department meets each Monday at 10am.

## Run as JIT

- with Garbage collection

```bat
tslang hello.ts
```

File ``hello.ts``

```typescript
Expand All @@ -217,6 +211,12 @@ function main() {
}
```

Build

```bat
tslang hello.ts
```

Result

```text
Expand Down
Loading