real-world-onion-sites/hello.c

2 lines
38 B
C
Raw Normal View History

2017-02-16 01:53:25 +00:00
main() { printf("hello, world.\n"); }