From 68cf07d8a4b03ba24de2fb50447341a24bc0a28f Mon Sep 17 00:00:00 2001 From: rynturtle Date: Mon, 11 Nov 2024 15:02:52 +0000 Subject: [PATCH] first post --- _posts/2024-11-11-my-new-post.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _posts/2024-11-11-my-new-post.md diff --git a/_posts/2024-11-11-my-new-post.md b/_posts/2024-11-11-my-new-post.md new file mode 100644 index 0000000..2c542e9 --- /dev/null +++ b/_posts/2024-11-11-my-new-post.md @@ -0,0 +1,34 @@ +--- +layout: post +title: First Intrudction To programming assignment +date: 2024-11-11 13:35 +0000 +--- + +

+For my first programming assignment in university, I had to create a program in C++ with 100 lines of code using basic input and output, I chose to create an interaction at a fruit stall for the user to purchase any type of fruit they want. +

+ +My fruit stall Program’s features are: + + + +

Here is the video explaining each line of code I created for my assignment.

+ + + +{% + include embed/video.html + src='/assets/video/fruit_stall_program_explanation.mp4' + types='mp4|mov' + title='Demo video' + autoplay=false + loop=false + muted=false +%} \ No newline at end of file