Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Lời nói đầu

let someThing = "sfsfsd";
let ssd: String = "";

test

This is a bad thing that you should pay attention to.

Warning blocks should be used sparingly in documentation, to avoid “warning fatigue,” where people are trained to ignore them because they usually don’t matter for what they’re doing.

 func main() {
    print("do some thing")
 }