[C] How to print "Hello World" with C

#include<stdio.h>
 
int main(int argc, char *argv[]){
 
    printf("Hello World\n");
    return 0;
 
}


Comments

Popular posts from this blog

[OpenCV] What is gocv?

[OpenCV] Chapter01-05 Working with UI elements such as scrollbars in OpenCV window

[OpenCV] How to set up gocv