8 lines
140 B
C
8 lines
140 B
C
|
#include <stdio.h>
|
||
|
int main(void)
|
||
|
{
|
||
|
printf(
|
||
|
"/tmp/hello.c:3:2: \033[35mwarning:\033[0m Hello, World! [-W#warnings]\n");
|
||
|
return 0;
|
||
|
}
|