diff --git a/prompts/test.txt b/prompts/test.txt deleted file mode 100644 index 3b18e51..0000000 --- a/prompts/test.txt +++ /dev/null @@ -1 +0,0 @@ -hello world diff --git a/test.py b/test.py deleted file mode 100644 index 7f87b93..0000000 --- a/test.py +++ /dev/null @@ -1,3 +0,0 @@ -# Python 3 -# Calculate the mean distance between an array of points - diff --git a/test.txt b/test.txt deleted file mode 100644 index 2334a08..0000000 --- a/test.txt +++ /dev/null @@ -1,14 +0,0 @@ -> write some python to parse a timestamp - -``` -import datetime - -def parse_timestamp(timestamp): - return datetime.datetime.fromtimestamp(timestamp) - -timestamp = 1561528231 -parsed_timestamp = parse_timestamp(timestamp) -print(f"Parsed timestamp: {parsed_timestamp}") - -# Output: Parsed timestamp: 2019-06-26 16:47:11 -``` \ No newline at end of file