commit d7dbe11c5d82a22079d1214ed6c4ac04604aad50 Author: Lucas Jensen Date: Tue Mar 29 13:41:11 2022 -0700 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..5341e7b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Here's the README for my portfolio project for CS361. + +Not much to see yet. \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..d49c7e5 --- /dev/null +++ b/main.py @@ -0,0 +1,7 @@ +""" +Portfolio Project for CS361 Spring 2022 +Written by Lucas Jensen +Last updated 3/29/22 for Assignment 1 +""" + +print("Hello, CS361!")