Files
curriculum/1.solar-system/1.welcome/02.hello-world/starter/starter.sh

7 lines
158 B
Bash

#!/bin/bash
# Hello, World — your first script.
# Write the line "Hello, World" into a file called hello.txt
# in the current directory.
# Your code here.