Page MenuHomec4science

library.cpp
No OneTemporary

File Metadata

Created
Tue, Jun 4, 02:40

library.cpp

#include "library.h"
#include <iostream>
void hello() {
std::cout << "Hello, World!" << std::endl;
}

Event Timeline