This website requires JavaScript.
Explore
Help
Register
Sign In
celso
/
c_exercises
Watch
1
Star
0
Fork
You've already forked c_exercises
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
first exercise
Browse Source
...
This commit is contained in:
celso
2022-11-05 17:50:22 -03:00
parent
b0b8afa6d5
commit
4c17733b10
1 changed files
with
5 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
5
1-1.c
Normal file
Unescape
Escape
View File
@ -0,0 +1,5 @@
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
Hello, world
\n
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
celso/c_exercises
Title
Body
Create Issue