kge/kge.cc

10 lines
113 B
C++

//
// Created by kyle on 2023-10-04.
//
#include <stdio.h>
int
main(int argc, const char *argv[])
{
return 0;
}