// I am top level comment in this file.
// I am second line of top level comment in this file.

import './commands';

// Comment
// Comment

function add(a:number,b:number) {
    return a + b;
}
