Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andness authored Aug 15, 2021
1 parent 16886b5 commit f74dab3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Trying it out

This is a code example in javascript:

```javascript
let a = 100
let b = a * 10
```

And in java:

```java
var foo = new List<String>();
```

0 comments on commit f74dab3

Please sign in to comment.