This website requires JavaScript.
Explore
Help
Register
Sign In
228554
/
Testowe_Pierwsze
Watch
1
Star
0
Fork
0
You've already forked Testowe_Pierwsze
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
77434cc7b5
Testowe_Pierwsze
/
main.c
9 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
add files
2022-06-07 22:46:49 +02:00
#
include
<stdio.h>
komentarz co ma robic program
2022-06-07 22:54:25 +02:00
// szybkie dodawanie
add files
2022-06-07 22:46:49 +02:00
int
main
(
void
)
{
puts
(
"
Hello World!
"
)
;
return
0
;
}
Reference in New Issue
Copy Permalink