mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Merge branch 'main' into 'main'
why3: removed unnecessary newlines See merge request kaist-cp-class/cs220-private!24
This commit is contained in:
@@ -19,4 +19,5 @@ module BinarySearch
|
||||
=
|
||||
(* IMPORTANT: DON'T MODIFY THE ABOVE LINES *)
|
||||
0 (* TODO *)
|
||||
|
||||
end
|
||||
@@ -26,4 +26,4 @@ module Max
|
||||
done;
|
||||
max
|
||||
|
||||
end
|
||||
end
|
||||
@@ -5,6 +5,7 @@
|
||||
*)
|
||||
|
||||
module Pascal
|
||||
|
||||
use int.Int
|
||||
use ref.Ref
|
||||
use array.Array
|
||||
@@ -36,4 +37,5 @@ module Pascal
|
||||
row <- new_row
|
||||
done;
|
||||
row
|
||||
|
||||
end
|
||||
@@ -26,4 +26,4 @@ module Division
|
||||
done;
|
||||
q
|
||||
|
||||
end
|
||||
end
|
||||
@@ -46,4 +46,4 @@ module FactLoop
|
||||
done;
|
||||
r
|
||||
|
||||
end
|
||||
end
|
||||
@@ -48,4 +48,4 @@ module TwoWaySort
|
||||
end
|
||||
done
|
||||
|
||||
end
|
||||
end
|
||||
@@ -10,5 +10,3 @@ pub mod small_exercises;
|
||||
|
||||
mod church_grade;
|
||||
mod small_exercises_grade;
|
||||
|
||||
// TODO: add kyeongmin's church encoding asignment
|
||||
|
||||
Reference in New Issue
Block a user