generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.jsh
34 lines (30 loc) · 1.58 KB
/
PROJECT_LANG_1.jsh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/objective-jsharp -x
// Start of script
#import </CoreFoundation/CFAttributedString.h>
#import </Foundation/NSAttributedString.h>
#import </Foundation/NSDictionary.h>
#import </Foundation/NSMutableAttributedString.h>
#import </UIKit/UIKit.h>
using System.DotNet;
using System.ObjectiveJSharp;
@namespace JSharp : CPPObject
@implementation Address : CPPObject
{
NSLog.writeln("Project language file 1");
NSLog.writeln("For: seanpm2001/Learn-Objective-JSharp");
NSLog.writeln("About:");
NSLog.writeln("I decided to make Objective-J# the main project language file for this project (Seanpm2001/Learn-Objective-JSharp) as Objective-J# is the language this project is dedicated to, because this project is about learning the Objective-J# programming language. It only makes sense for Objective-J# to be the official language for this project. It is getting its own project language file, starting here.");
break;
}
/* Output
Project language file 1
For: seanpm2001/Learn-Objective-JSharp
About:
I decided to make Objective-J# the main project language file for this project (Seanpm2001/Learn-Objective-JSharp) as Objective-J# is the language this project is dedicated to, because this project is about learning the Objective-J# programming language. It only makes sense for Objective-J# to be the official language for this project. It is getting its own project language file, starting here.
*/
/* File info
* File type: Objective-J# source file (*.j *.jsh *.jshx)
* File version: 1 (2023, Wednesday, April 5th at 7:27 pm PST)
* Line count (including blank lines and compiler line): 35
*/
// End of script