RosettaCodeData/Task/Comments/Swift/comments.swift
2023-07-01 13:44:08 -04:00

10 lines
180 B
Swift

// this is a single line comment
/* This a block comment
/* containing nested comment */
*/
///This is a documentation comment
/**
This is a documentation block comment
*/