Skip to content

jamie7132/HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

$ mkdir ~/HelloWorld
# Creates a directory for your project called "HelloWorld" in your user directory

$ cd ~/HelloWorld
# Changes the current working directory to your newly created directory

$ git init
# Sets up the necessary Git files

$ touch README
# Creates a file called "README" in your HelloWorld directory

Releases

No releases published

Packages

No packages published