firs commit, hello world!

This commit is contained in:
David Lenfesty 2021-01-28 18:20:10 -07:00
parent 22e412e920
commit e695d5d3b7
2 changed files with 19 additions and 0 deletions

15
PS1/.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}

4
PS1/q1.m Normal file
View File

@ -0,0 +1,4 @@
% Hello we are writing MATLAB
display("foo");