diff --git a/Task2/Projects/HelloWorldInDiffLang/hello_world.dart b/Task2/Projects/HelloWorldInDiffLang/hello_world.dart new file mode 100644 index 0000000..5eee9c4 --- /dev/null +++ b/Task2/Projects/HelloWorldInDiffLang/hello_world.dart @@ -0,0 +1,3 @@ +void main() { + print("Hello, World!"); +} diff --git a/gitfetch.js b/gitfetch.js index 1724d01..e31da40 100644 --- a/gitfetch.js +++ b/gitfetch.js @@ -85,6 +85,8 @@ const profiles = [ { githubUsername: "Rimjhim-mm", linkedinID: "rimjhim-tiwari-a391a7253" }, { githubUsername: "Ayus3h", linkedinID: "ayush-yadav-57134728b" }, { githubUsername: "drifterDev", linkedinID: "mateo-álvarez-murillo-34679b259" }, + { githubUsername: "FelipeCRamos", linkedinID: "felipecramos" }, + // Add more profiles as needed