chore: delete unneeded c file
This commit is contained in:
parent
377c42ca03
commit
614754682e
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#define PROJECT_NAME "cs010b-work"
|
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
|
||||||
if(argc != 1) {
|
|
||||||
printf("%s takes no arguments.\n", argv[0]);
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
printf("This is project %s.\n", PROJECT_NAME);
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in a new issue