Skip to content

Commit

Permalink
testing a tab vs spaces fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcso committed Jan 5, 2024
1 parent 287c15d commit b6db4b6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Season-1/Level-2/hack.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
///////////////////////////////////////////////////////////////////////////
/// RUN HACK ///
/// RUN HACK ///
/// ___________________________________________________________________ ///
/// ///
/// This file exploits the vulnerabilities in code.h ///
/// Running this file will fail initially (it contains ///
/// failing tests). As all other levels, your goal is ///
/// to get this file to pass. Run this file using: ///
/// ///
/// Run hack by opening a terminal and running the following: ///
/// ///
/// This file exploits the vulnerabilities in code.h ///
/// Running this file will fail initially (it contains ///
/// failing tests). As all other levels, your goal is ///
/// to get this file to pass. Run this file using: ///
/// ///
/// Run hack by opening a terminal and running the following: ///
/// $ make Season-1/Level-2/hack && ./Season-1/Level-2/hack ///
/// ///
/// ///
/// As a reminder, to pass this level, both this file ///
/// alongside tests.c must pass. ///
/// alongside tests.c must pass. ///
/// ///
///////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit b6db4b6

Please sign in to comment.