Fixed a typo

This commit is contained in:
Efi Fogel 2025-08-24 17:51:22 +03:00
parent 0a3d8084ea
commit 25b1f95449
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ void draw_random_arcs(int n) {
int main() {
draw_face_crossing_boundary();
draw_lakes();
draw_guassian_map();
draw_gaussian_map();
draw_random_arcs(100);
return 0;
}