This website requires JavaScript.
Explore
Help
Sign In
supleed2
/
EIE4-FYP
Watch
1
Star
0
Fork
You've already forked EIE4-FYP
0
mirror of
https://github.com/supleed2/EIE4-FYP.git
synced
2024-11-10 04:15:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d057017052
EIE4-FYP
/
demo
/
helloc.cpp
5 lines
72 B
C++
Raw
Normal View
History
Unescape
Escape
Add demo software files and gitignore/build script
2023-03-07 19:05:21 +00:00
#
include
<stdio.h>
void
helloc
(
void
)
{
Move .c files to .cpp in demo folder
2023-05-12 16:44:43 +00:00
printf
(
"
C: Hello, world!
\n
"
)
;
Add demo software files and gitignore/build script
2023-03-07 19:05:21 +00:00
}
Reference in a new issue
Copy permalink