Skip to content

xiao-zhu-007/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-world

Using c code to print "Hello world!"

Compile and generate binary file

Run the binary file

Add new comments

Test binary file

#include <stdio.h> int main(){ printf("Hello World!"); return 0; }

About

First repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages