Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 373 Bytes

File metadata and controls

11 lines (11 loc) · 373 Bytes

Print HELLO WORLD

Code

#include <stdio.h>
int main(void){
	printf("hello world");
}

Results

image image