diff --git a/EmmaAwesomeClass.cpp b/EmmaAwesomeClass.cpp new file mode 100644 index 0000000..10266c3 --- /dev/null +++ b/EmmaAwesomeClass.cpp @@ -0,0 +1,5 @@ +class EmmaAwesomeClass +{ + /* LOL */ + +} diff --git a/main.cpp b/main.cpp index 266995c..07421f7 100644 --- a/main.cpp +++ b/main.cpp @@ -8,6 +8,11 @@ #include #include #include + +/* + No Comment!!! +*/ + #include #include "NeuralNetwork.h" #include "utils.h"