mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
11 lines
317 B
C++
11 lines
317 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Forum Forge CLI" << std::endl;
|
|
std::cout << "Seed preview:" << std::endl;
|
|
std::cout << "- Category: Launch Radar" << std::endl;
|
|
std::cout << "- Category: Growth Ops" << std::endl;
|
|
std::cout << "- Thread: First 1000 users playbook" << std::endl;
|
|
return 0;
|
|
}
|