Delete signauxQ3.c

This commit is contained in:
Tanguy Herbron 2017-12-14 21:39:04 +01:00 committed by GitHub
parent bcfa3e57e3
commit 2a18086b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +0,0 @@
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}