From d7dbe11c5d82a22079d1214ed6c4ac04604aad50 Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Tue, 29 Mar 2022 13:41:11 -0700 Subject: [PATCH] Initial commit --- README.md | 3 +++ main.py | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 README.md create mode 100644 main.py 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!")