Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 266 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 266 Bytes

code-reference-in-readme

This is a sample repo meant to show that you can reference code snippets in markdown files that are rendered on GitHub.

import os
import sys
print(os.environ)
print("hello world!")
print(sys.version)