diff --git a/main.js b/main.js index 25e5f77..51a840f 100644 --- a/main.js +++ b/main.js @@ -1,3 +1,8 @@ // init the awesomeness import Awesome from './src/awesome.js' Awesome.sauce(); + +let trial = ()=>{ + console.log('My first trial of contribution to a project ') +} +trial() \ No newline at end of file