From aae407b6450eab970af3d7aa134d8ea50183c4aa Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 3 Jul 2024 10:41:26 -0500 Subject: [PATCH] fix: remove misc files --- compile_flags.txt | 1 - filename.txt | 5 ----- map.cc | 10 ---------- 3 files changed, 16 deletions(-) delete mode 100644 compile_flags.txt delete mode 100644 filename.txt delete mode 100644 map.cc diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index e23b2ae..0000000 --- a/compile_flags.txt +++ /dev/null @@ -1 +0,0 @@ --std=c++20 diff --git a/filename.txt b/filename.txt deleted file mode 100644 index 1475978..0000000 --- a/filename.txt +++ /dev/null @@ -1,5 +0,0 @@ -This is an example text file. -This file contains several words, some of which are repeated. -For example, the word "this" appears multiple times in this file. -We can use a shell command to find the most frequent words. -Let's see how many times each word appears in this example text file. diff --git a/map.cc b/map.cc deleted file mode 100644 index 06da4f2..0000000 --- a/map.cc +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include - -int main() { - std::ifstream ifs{"aggieland.txt"}; - std::string read1; - int read2; - ifs >> read1 >> read2; - std::cout << read1 << read2; -}