Explore Connect Documentation
Snippets
1
2
3
4
5
6
7
8
// this is a comment.
/* this is another comment
   that spans multiple lines. */
int main() {
  return 0;  // return a value 0 to the operating system
}
Enter to Rename, Shift+Enter to Preview
1
#!/bin/bash
Enter to Rename, Shift+Enter to Preview