Skip to content

Files

Latest commit

 

History

History
14 lines (10 loc) · 159 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 159 Bytes

Trying it out

This is a code example in javascript:

let a = 100
let b = a * 10

And in java:

var foo = new List<String>();