Team Nine

From Maslab 2015
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
Team UP (under powered)
 
Team UP (under powered)
  
Github Repo: https://github.com/jimenezl/MASLAB-Team-UP
+
[https://github.com/jimenezl/MASLAB-Team-UP Github Repo]
  
18.111.120.110
+
Pull with <code>git clone https://github.com/jimenezl/MASLAB-Team-UP</code>
 +
 
 +
<syntaxhighlight lang="cpp">
 +
#include <iostream>
 +
int m2 (int ax, char *p_ax) {
 +
  std::cout <<"Hello World!";
 +
  return 0;
 +
}</syntaxhighlight>
 +
 
 +
Current Edison IP Address: 18.111.120.110

Revision as of 20:33, 5 January 2015

Team UP (under powered)

Github Repo

Pull with git clone https://github.com/jimenezl/MASLAB-Team-UP

<syntaxhighlight lang="cpp">

  1. include <iostream>

int m2 (int ax, char *p_ax) {

 std::cout <<"Hello World!";
 return 0;

}</syntaxhighlight>

Current Edison IP Address: 18.111.120.110

Personal tools