Change hw6 to an unsolved version.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-01-24 23:10:01 -08:00
parent 0c04936ccf
commit ee01a8f5b2
186 changed files with 9605 additions and 4019 deletions

View file

@ -65,7 +65,7 @@ let configure_os () =
then (
linux := true ;
target_triple := linux_target_triple ;
platform_flags := "-Wa,--noexecstack" )
platform_flags := "" )
else if os = "Darwin"
then (
linux := false ;