Skip to main content
ivche's braindump

First post

hello_world.c #

#import <stdio.h>

void main(){
 printf("Hello World");
}