Skip to content
Snippets Groups Projects
Communications.cpp 201 B
Newer Older
#include <iostream>
using namespace std;

int main() {
  /* Setup your example here, code that should run once
   */


  /* Code in this loop will run repeatedly
   */
  for (;;) {

  }

  return 0;
}