Removed c file.

This commit is contained in:
Max 2022-11-21 00:14:41 +01:00
parent 4f7fe44643
commit bc027a96a5

8
main.c
View File

@ -1,8 +0,0 @@
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
puts("Hello, World!");
return 0;
}