5 lines
93 B
C
5 lines
93 B
C
#include<stdio.h>
|
|
void main(){
|
|
if(printf("Hello world")){
|
|
}
|
|
} |