From 755493eaf3f553a211c9e7022d18c6f1aeae918c Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 20 Apr 2020 23:11:04 -0700 Subject: [PATCH] test pre-commit --- ws/ws.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ws/ws.cpp b/ws/ws.cpp index 1c4b6536..4fced84f 100644 --- a/ws/ws.cpp +++ b/ws/ws.cpp @@ -31,6 +31,10 @@ #define getpid _getpid #endif +int helper() +{ + return 0; +} int main(int argc, char** argv) {