Remove file

This commit is contained in:
Bruce Hill 2024-02-11 14:10:19 -05:00
parent 9e530d43d0
commit ba52a428a1

9
foo.c
View File

@ -1,9 +0,0 @@
#include "nextlang.h"
int main(int argc, const char *argv[])
{
(void) argc;
(void) argv;
return 0;
}