From b3c0934136bbdcd811783d5926ff116d2bedd5f6 Mon Sep 17 00:00:00 2001 From: senrishi Date: Wed, 13 Aug 2025 17:52:00 +0530 Subject: [PATCH 1/2] New changes --- dtunes/README.md | 2 ++ dtunes/random.go | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 dtunes/random.go diff --git a/dtunes/README.md b/dtunes/README.md index f768e33..33dbd83 100644 --- a/dtunes/README.md +++ b/dtunes/README.md @@ -6,3 +6,5 @@ Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh + + diff --git a/dtunes/random.go b/dtunes/random.go new file mode 100644 index 0000000..87f59f0 --- /dev/null +++ b/dtunes/random.go @@ -0,0 +1,9 @@ +package main +import ( + "fmt", + "math" +) + +func main() { + fmt.Println("The square of Pi is ", math.Pow(math.Pi,2)) +} From 094a3dcc0bc9e2cfbb92faa9172f725682d8833f Mon Sep 17 00:00:00 2001 From: senrishi Date: Wed, 13 Aug 2025 18:27:09 +0530 Subject: [PATCH 2/2] Temp message --- .DS_Store | Bin 0 -> 6148 bytes dtunes/index.html | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5965208ed8f9365e5af6ff142acda32b1124a0d2 GIT binary patch literal 6148 zcmeHKK~LK-6n-uR5+SA@hQtNQ64#0qR8gT_LMewGxR41BZ0ZtHv4~)!CZ&g}QqJ&W zxbjQ(ceeLzGc}Z5E12GsoaBU-!=HK_7Ev+EyV3B1T3@x!;^%r4pQVFwzwz-%t0GF(U}y+wGQgB? z=c!8cxT{Ah$qhHO9iH#`{l?~Gve)S}(kh}!)JKFO68mG!lBBvy23bdKFn$ZeTX4~OSnd*6eKfiowRyHpVi8TQ#eKi zdvJod12-=jV(SG1n{2EAE5HgYKmoTWdTR?9i-%wZSb_JY0PPPFoiK1%S~Ob+7Ul|o zSjVt2tkbU$aiqh*VQCS2(1fKTTB>kY3}NXQmo6`GSX#7n5bp9J+{nV+P=pyBpD#^1 zh`=J3tN<%eRba_B8+863|NH)5C2@-tU
Hello guys
+

+ Welcome to DTunes! +

+