Skip to content

Add hello world script#2

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/add-hello-world
Draft

Add hello world script#2
Copilot wants to merge 2 commits into
mainfrom
copilot/add-hello-world

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 14, 2025

Adds a simple executable bash script that outputs "Hello World".

Changes:

  • Add hello_world.sh with executable permissions
#!/usr/bin/env bash

echo "Hello World"
Original prompt

Write hello world


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: mitchdevenport <88671039+mitchdevenport@users.noreply.github.com>
Copilot AI changed the title [WIP] Add hello world program Add hello world script Nov 14, 2025
Copilot AI requested a review from mitchdevenport November 14, 2025 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants