Skip to content

Commit

Permalink
Update typescript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Girlwithasmile authored Oct 20, 2022
1 parent 9c2a065 commit add55a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion typescript.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Basic hello world program<br><br>
---
title: Typescript
description: tells about basic functions, variables and operations in typescript.
created: 2022-10-20
---
<br>

Basic hello world program<br>
```typescript
console.log(‘Hello World’);
```
Expand Down

0 comments on commit add55a9

Please sign in to comment.