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
9b871c013a
Testowe_Pierwsze
/
main.c
9 lines
106 B
C
Raw
Normal View
History
Unescape
Escape
add files
2022-06-07 22:46:49 +02:00
#
include
<stdio.h>
int
main
(
void
)
{
puts
(
"
Hello World!
"
)
;
dodanie zmiennych
2022-06-07 22:51:30 +02:00
int
a
=
0
;
int
b
=
0
;
add files
2022-06-07 22:46:49 +02:00
return
0
;
}
Reference in New Issue
Copy Permalink