Skip to content

Latest commit

 

History

History

lil-hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

lil-hello

Simple rust hello world program. Takes in an a supplied string and says hello.

Dockerfile

To build the Dockerfile:

docker build -t lil-hello .

To run the Dockerfile

docker run lil-hello your-name