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
}
Press desired key combination and then press ENTER.
1
#!/bin/bash
Press desired key combination and then press ENTER.