diff --git a/src/sample_2.cpp b/src/sample_2.cpp
index 884b8d6a4aef8b7de9d2693dbe04a0308020a070..5b16fe156bc0e5c810d20cf09dc310ca52bf04df 100644
--- a/src/sample_2.cpp
+++ b/src/sample_2.cpp
@@ -66,4 +66,6 @@ int main(int argc, char** arguments) {
 
 	// Strings of text
 	std::string text_contents = "Hello world";
+
+	return 0;
 }
\ No newline at end of file