14 lines
363 B
C++
14 lines
363 B
C++
/* #############################################################################
|
|
* # WorldDesigned
|
|
* This is a pice of software that alows you to create ttrpg wrolds.
|
|
*
|
|
* AUTHER: PreacherDHM
|
|
* DATE: 9/23/25
|
|
* #############################################################################
|
|
*/
|
|
|
|
int main (int argc, char *argv[]) {
|
|
|
|
return 0;
|
|
}
|