added '*/' at the end of the comment (#229)

pull/231/head
Ujjwal 2021-04-18 21:52:31 +05:30 committed by GitHub
parent 390fc888bd
commit a095f062f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -102,3 +102,4 @@ int main()
Input: Enter string: aeiou?? Input: Enter string: aeiou??
Output: 0(bad string) Output: 0(bad string)
Time complexity: O(N) Time complexity: O(N)
*/