From 3bfc0bd135a599f5a7edecf9056a2a1904760e0a Mon Sep 17 00:00:00 2001 From: frihk Date: Mon, 30 Mar 2026 17:16:14 +0300 Subject: [PATCH 1/2] add frihk --- contributors/frihk.html | 60 +++++++++++++++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 61 insertions(+) create mode 100644 contributors/frihk.html diff --git a/contributors/frihk.html b/contributors/frihk.html new file mode 100644 index 00000000..01d7a580 --- /dev/null +++ b/contributors/frihk.html @@ -0,0 +1,60 @@ +
+

Frihk

+

Frihk is a junior software developer with a bachelors degree in information tecknology, currently advancing his coding and problem solving skills.

+

Programming languages I use

+
+
+ Go +
+
+ JavaScript +
+
+ zig +
+
+ Python +
+
+ +

Tools I use

+
+ + + + + +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..1dfae83a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ "roshanjossey.html", "gokultp.html", + "frihk.html" ]; From 85721e7b4945f860936c0b3a499e6edc8cd128dc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 30 Mar 2026 14:21:27 +0000 Subject: [PATCH 2/2] Revert changes to scripts/contributors.js [skip ci] --- scripts/contributors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index 1dfae83a..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ "roshanjossey.html", "gokultp.html", - "frihk.html" ];