This website works better with JavaScript.
Explore
Help
Sign In
m19120946
/
C_gpio_intro
Watch
1
Star
0
Fork
You've already forked C_gpio_intro
0
Code
Issues
4
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bb7941d779
main
error_catcher
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bb7941d779'
${ noResults }
C_gpio_intro
/
main.c
7 lines
74 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hiii hello
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink