Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 1_single_executable/world.swift
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
  • Loading branch information
afabri and lrineau authored May 3, 2024
commit c2332d3313e2f948dab8a34ad00ef66b8e5f5d08
2 changes: 1 addition & 1 deletion 1_single_executable/world.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

func world() -> String
{
return "world"
return "world"
}