Skip to content

Files

Latest commit

f74dab3 · Aug 15, 2021

History

History
14 lines (10 loc) · 158 Bytes

index.md

File metadata and controls

14 lines (10 loc) · 158 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>();