Linux Developer
  • Home
  • Howto
  • Linux
  • Travel
  • Wiki
  • Podcast
  • Epsilon Records Label
  • About the Author
Subscribe

C

"Hello, World!" in C

"Hello, World!" in C

Open up a terminal and enter the following commands. $ cd ~ $ mkdir -p ~/src/c/hello_world/ $ cd src/c/hello_world/ $ vim hello_world.c Place the following code in hello_world.c and save. #include #include int main (void) { puts("Hello, World!"); return EXIT_SUCCESS; } Now you need to
natehouk Feb 11, 2020

Subscribe to Linux Developer

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Home
  • Wiki
  • Podcast
  • Epsilon Records Label
  • Status
Linux Developer © 2023. Powered by Ghost