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
second exercise
Browse Source
...
This commit is contained in:
celso
2022-11-05 17:50:38 -03:00
parent
4c17733b10
commit
4fd0182e6c
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-2.c
Normal file
Unescape
Escape
View File
@ -0,0 +1,5 @@
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
Hello, world
\
u
\n
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
celso/c_exercises
Title
Body
Create Issue