main function

void main()

Implementation

void main() {
  ProcessUtils.runProcess('C:\\Users\\User\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe');
  ProcessUtils.openChrome(urls: ['https://chatgpt.com/']);
}