generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.swift
14 lines (14 loc) · 959 Bytes
/
PROJECT_LANG_1.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Start of script
// I decided to make Swift the main project language file for this project (Seanpm2001/Learn-Swift) as Swift is the language this project is dedicated to, because this project is about learning the Swift programming language. It only makes sense to make Swift the official language for this project.
class projectLanguageFileOne {
var str = "I decided to make Swift the main project language file for this project (Seanpm2001/Learn-Swift) as Swift is the language this project is dedicated to, because this project is about learning the Swift programming language. It only makes sense to make Swift the official language for this project.";
myValue = @String
let myValue = str();
return myValue;
break;
}
// I don't know how to make working strings in Swift
// File version: 1 (Friday, 2021 November 26th at 7:20 pm)
// File type: Swift 5.3 Source file (*.swift)
// Line count (including blank lines and compiler line): 15
// End of script