- Initial commit

This commit is contained in:
2023-02-28 17:03:40 +01:00
commit 08f4160503
8 changed files with 1561 additions and 0 deletions

7
source/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "jfile.h"
#include "jdraw.h"
int main(int argc, char *argv[])
{
}