Page MenuHomePhorge

No OneTemporary

Size
981 B
Referenced Files
None
Subscribers
None
diff --git a/apps/ccam/ccam.cpp b/apps/ccam/ccam.cpp
index ab6cfd6..f477ac6 100644
--- a/apps/ccam/ccam.cpp
+++ b/apps/ccam/ccam.cpp
@@ -1,19 +1,24 @@
//===-- apps/ccam/ccam.cpp --------------------------------------*- C++ -*-===//
//
// The RoSA Framework -- Application CCAM
//
//===----------------------------------------------------------------------===//
///
/// \file apps/ccam/ccam.cpp
///
/// \author Maximilian Goetzinger (maximilian.goetzinger@tuwien.ac.at)
///
/// \date 2019
///
/// \brief The application CCAM implements the case study from the paper:
/// M. Goetzinger, N. TaheriNejad, H. A. Kholerdi, A. Jantsch, E. Willegger,
/// T. Glatzl, A.M. Rahmani, T.Sauter, P. Liljeberg: Model - Free Condition
/// Monitoring with Confidence
//===----------------------------------------------------------------------===//
-int main(void) { return 0; }
+#include <iostream>
+
+int main(void) {
+ std::cout << "Test 123";
+ return 0;
+}

File Metadata

Mime Type
text/x-diff
Expires
Fri, Jul 4, 4:44 AM (4 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157357
Default Alt Text
(981 B)

Event Timeline