This website requires JavaScript.
Explore
Help
Sign In
tTh
/
TetaTricks
Watch
1
Star
0
Fork
You've already forked TetaTricks
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c3e227f472
TetaTricks
/
code
/
hello.c
8 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
more blabla again
2020-11-20 04:06:44 +01:00
#
include
<stdio.h>
Hello C
2021-07-30 23:45:42 +02:00
more blabla again
2020-11-20 04:06:44 +01:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
#sundaycommit
2023-04-02 23:32:29 +02:00
puts
(
"
hello world.
"
)
;
more blabla again
2020-11-20 04:06:44 +01:00
return
0
;
}