From 3f569a3da11c57d39598474b3190cf3fab8814fa Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 12 May 2024 01:54:51 +0300 Subject: [PATCH] My first time to contribute to a project on github --- main.js | 5 +++++ 1 file changed, 5 insertions(+) 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