Skip to content

First VS Code project with the class. Installed on local machine - homebrew, VS Code, VS Code extension and Github co-pilot

License

Notifications You must be signed in to change notification settings

jonathanbramsen-cell/Linder---Project-1---10.14.25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-python

A minimal "Hello, world!" Python example for a beginner programming class.

Files:

  • hello.py — prints "Hello, world!" when run.
  • tests/test_hello.py — a simple pytest that verifies the output.

How to run locally:

python3 hello.py

How to run the test (requires pytest):

python3 -m pytest -q

License: MIT (see LICENSE)

About

First VS Code project with the class. Installed on local machine - homebrew, VS Code, VS Code extension and Github co-pilot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages