Files
2026-06-30 07:01:23 +02:00

8 lines
101 B
C++

#include <cstdlib>
#include "hello.h"
int main() {
printhello("test");
return EXIT_SUCCESS;
}