From c41ba44e834e449207d8098d6270dc18e8013c2e Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Wed, 17 Mar 2021 10:15:41 -0400 Subject: [PATCH] b squash --- bar.h | 1 + foo.cpp | 1 + 2 files changed, 2 insertions(+) create mode 100644 bar.h create mode 100644 foo.cpp diff --git a/bar.h b/bar.h new file mode 100644 index 0000000..0c14b55 --- /dev/null +++ b/bar.h @@ -0,0 +1 @@ +int x=4; diff --git a/foo.cpp b/foo.cpp new file mode 100644 index 0000000..cfd8f08 --- /dev/null +++ b/foo.cpp @@ -0,0 +1 @@ +main() { };