diff options
Diffstat (limited to 'trunk/users/lamadio/FirmwareRefactorPrep/main.c')
-rw-r--r-- | trunk/users/lamadio/FirmwareRefactorPrep/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/trunk/users/lamadio/FirmwareRefactorPrep/main.c b/trunk/users/lamadio/FirmwareRefactorPrep/main.c deleted file mode 100644 index 8f50f300..00000000 --- a/trunk/users/lamadio/FirmwareRefactorPrep/main.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> - -int main (int argc, const char * argv[]) { - // insert code here... - printf("Hello, World!\n"); - return 0; -} |