From 50cde51ddae4bc059bee91cb44e07d14b8bd3850 Mon Sep 17 00:00:00 2001 From: Jake Roggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:29:27 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10181a7..83a27a7 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,12 @@ Create an addition function called `foo`. -> 1 ``` +## Component in actoin + +The following is a Component program to calculate the time dilation observed by an object moving at 300 m/s for 25 seconds. + +![image](https://github.com/user-attachments/assets/47a51682-a1ce-4cb5-90f3-ab88e58dca9f) + ## Error Handling Errors that occur in the interactive interpreter cause the line being interpreted to crash. When this happens, one of the following error messages will be displayed.