about summary refs log tree commit diff stats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/main.cpp b/main.cpp
deleted file mode 100644
index a48631e..0000000
--- a/main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <cpr/cpr.h>
-#include <iostream>
-
-using namespace std;
-
-int main() {
-
-    cpr::Response r = cpr::Get(cpr::Url{"https://httpbin.org/get"});
-    cout << r.status_code << endl
-        << r.header["content-type"] << endl
-        << r.text << endl;
-}
\ No newline at end of file