7 lines
74 B
C++
Raw Normal View History

2022-09-13 21:35:23 +02:00
#include <iostream>
void foo()
{
std::cout << "foobar" << std::endl;
}