You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I decided to make JavaScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / JavaScript) as this is a JavaScript IDE, and it needs its main language to be represented here.
7
+
8
+
voidmain(){
9
+
// Writes the message to the console as well as popping up a dialog box, so that the message gets through one way or the other.
console.log("I decided to make JavaScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / JavaScript) as this is a JavaScript IDE, and it needs its main language to be represented here.");
17
+
alert("I decided to make JavaScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / JavaScript) as this is a JavaScript IDE, and it needs its main language to be represented here.");
18
+
break;
19
+
}// Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list.
20
+
21
+
returnmain();
22
+
break;
23
+
24
+
}
25
+
26
+
/* File info
27
+
*| File version: 1 (2022, Tuesday, October 4th at 5:30 pm PST)
0 commit comments