Page MenuHomec4science

greetings.cc
No OneTemporary

File Metadata

Created
Tue, Dec 3, 04:17

greetings.cc

#include <iostream>
#include "greetings.hh"
void greetings() {
std::cout << "Hello world !" << std::endl;
}

Event Timeline