Index of /examples/c/examples/ex01-helloworld

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]Makefile 2013-10-26 23:31 57  
[   ]hello 2020-05-26 10:16 7.9K 
[TXT]helloWorld.c 2013-12-02 14:06 122  

RCS sample C code

This directory contains a "hello, world" C program.

Program Compilation:

gcc -o helloWorld helloWorld.c

Alternatively, you can use attached Makefile:
make

Program Execution:

To execute the program, type at the SCC prompt:
./helloWorld

Contact Information

Research Computing Services: help@scc.bu.edu

Operating System Requirements

The examples presented in this directory were written for Linux OS, but should work on any OS where a C compiler is available. The way the program is compiled and executed depends on the OS and software used.