Skip to content

Commit

Permalink
fixed the get-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheraSasi committed Dec 1, 2024
1 parent f888d3f commit 66fd10c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ switch (n) {
---

## 8. Json
```
```vint
import json
//Example 1: Decode a JSON string
Expand Down Expand Up @@ -260,7 +260,7 @@ print("Country (missing key):", missing_value)

## 9. Logical

```
```vint
// Sample Vint program demonstrating logical operators
// Define a function to test 'and', 'or', and 'not'
Expand Down Expand Up @@ -330,7 +330,7 @@ print(lines) // Outputs: ["Hello", "World"]
```

## 11.String module
```
```vint
// Sample usage of the string module
import "string"
Expand Down Expand Up @@ -391,7 +391,7 @@ simirality
```

## 12. UUID
```
```vint
import uuid
print(uuid.generate())
Expand Down Expand Up @@ -432,7 +432,7 @@ print("Game over!")
---

## Inventory Game
```
```vint
/*
THIS IS A SIMPLE TERMINAL GAME WRITTEN IN VINTLANG
*/
Expand Down
4 changes: 2 additions & 2 deletions website/app/docs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function DocsPage() {
<Introduction />
<Installation/>
<Documentation/>
<Features />
<Core />
{/* <Features /> */}
{/* <Core /> */}
</div>
);
}

0 comments on commit 66fd10c

Please sign in to comment.