Files
WorldDesigned/source/main.cpp

14 lines
363 B
C++
Raw Normal View History

2025-09-22 20:25:25 -07:00
/* #############################################################################
2025-09-23 17:18:42 -07:00
* # WorldDesigned
* This is a pice of software that alows you to create ttrpg wrolds.
2025-09-22 20:25:25 -07:00
*
2025-09-23 17:18:42 -07:00
* AUTHER: PreacherDHM
* DATE: 9/23/25
2025-09-22 20:25:25 -07:00
* #############################################################################
*/
int main (int argc, char *argv[]) {
return 0;
}