2017-08-25 17:48:06 -07:00
|
|
|
/*----------------------------------------------------------------------------*/
|
|
|
|
|
/* Copyright (c) 2017 FIRST. All Rights Reserved. */
|
|
|
|
|
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
|
|
|
|
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
|
|
|
|
/* the project. */
|
|
|
|
|
/*----------------------------------------------------------------------------*/
|
|
|
|
|
|
2017-08-18 17:52:08 -07:00
|
|
|
#include <iostream>
|
2017-08-25 17:48:06 -07:00
|
|
|
|
2017-08-18 17:52:08 -07:00
|
|
|
#include "cscore.h"
|
|
|
|
|
|
2017-08-25 17:48:06 -07:00
|
|
|
int main() { std::cout << cs::GetHostname() << std::endl; }
|