Skip to content

I start practicing on c, to strengthen the basics

Notifications You must be signed in to change notification settings

MikixIT/hello-world-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

#my first hello-world-c

I start practicing on c, to strengthen the basics

//
//  main.c
//  first-c-software
//
//  Created by Michael Torres on 29/09/23.
//

#include <stdio.h>

int main(int argc, const char * argv[]) {
    printf("Hello, World by MikixIT in C!\n");
    return 0;
}

About

I start practicing on c, to strengthen the basics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages