Changes between Version 4 and Version 5 of cypress/FileEditingSoftware/Example


Ignore:
Timestamp:
08/19/15 19:53:47 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileEditingSoftware/Example

    v4 v5  
    2323
    2424=== Challenge ===
    25 Create a new file named ''helloworld.c'' that contains the following text
     25* Create a new file named ''helloworld.c'' that contains the following text
    2626
    2727{{{#!c
     
    3434}}}
    3535
    36 compile the above text using the following command
     36* Compile the above text using the following command
    3737
    3838{{{
    3939[tulaneID@cypress1 ~]$ gcc helloworld.c -o helloworld
    4040}}}
     41
     42* Check that there's a new executable file name helloworld