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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,13 @@ More complex programs could likely be generated while using faster PCs. Next ste
104
104
105
105
## Quick-Start Guide to Using the Code
106
106
107
+
Compatible with both Visual Studio and VS Code.
108
+
109
+
- Clone the `master` branch and open with [Visual Studio](https://visualstudio.microsoft.com/vs/community/).
110
+
- Clone the [vscode-net90](https://github.com/primaryobjects/AI-Programmer/tree/vscode-net90) branch and open with VS Code and .NET 9.0.
111
+
112
+
### Using the Code
113
+
107
114
By default, the code is configured to use the Classic instruction set and to write a program to output a string. To change the string that is generated, simply expand the "Private Variables" section and change the text for TargetString to your desired value.
0 commit comments