Files
allwpilib/cscore/src/dev/native/cpp/main.cpp

13 lines
589 B
C++
Raw Normal View History

2017-08-25 17:48:06 -07:00
/*----------------------------------------------------------------------------*/
2018-01-02 09:16:20 -08:00
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
2017-08-25 17:48:06 -07:00
/* 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. */
/*----------------------------------------------------------------------------*/
#include <iostream>
2017-08-25 17:48:06 -07:00
#include "cscore.h"
2017-08-25 17:48:06 -07:00
int main() { std::cout << cs::GetHostname() << std::endl; }