From b268a7aa43fa452012bbcf51d217131851a9bb63 Mon Sep 17 00:00:00 2001 From: Nandani2024-tech Date: Sat, 12 Oct 2024 12:36:54 +0530 Subject: [PATCH 1/2] Create helloWorld.m hello world in MATLAB --- helloWorld.m | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloWorld.m diff --git a/helloWorld.m b/helloWorld.m new file mode 100644 index 0000000..2a6b056 --- /dev/null +++ b/helloWorld.m @@ -0,0 +1 @@ +disp('Hello World'); From bc40ef528fe2b5d2488f5b2107d436593d083cfd Mon Sep 17 00:00:00 2001 From: Nandani2024-tech Date: Sat, 12 Oct 2024 13:21:19 +0530 Subject: [PATCH 2/2] Rename helloWorld.m to hello_world.m --- helloWorld.m => hello_world.m | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename helloWorld.m => hello_world.m (100%) diff --git a/helloWorld.m b/hello_world.m similarity index 100% rename from helloWorld.m rename to hello_world.m