Logo
Explore Help
Register Sign In
Team2890/allwpilib
4
0
Fork 0
You've already forked allwpilib
mirror of https://github.com/wpilibsuite/allwpilib synced 2026-06-19 00:41:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
10cc8b89c4b8f82b34efea0ad2cd4d97d005998d
allwpilib/cscore/src/dev/native/cpp/main.cpp

12 lines
304 B
C++
Raw Normal View History

Remove year from file copyright message (NFC) (#2972) Also update copyright to include "and other WPILib contributors" and clarify license referral language to not be restricted to FIRST teams.
2020-12-26 14:12:05 -08:00
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
Set up wpiformat (#86)
2017-08-25 17:48:06 -07:00
Switches to the new build system (#87) * Removes old build system * Removes old gmock * Adds new gmock * Moves source files to new locations * Adds new build system
2017-08-18 17:52:08 -07:00
#include <iostream>
Set up wpiformat (#86)
2017-08-25 17:48:06 -07:00
Switches to the new build system (#87) * Removes old build system * Removes old gmock * Adds new gmock * Moves source files to new locations * Adds new build system
2017-08-18 17:52:08 -07:00
#include "cscore.h"
Add braces to C++ single-line loops and conditionals (NFC) (#2973) This makes code easier to read and more consistent between C++ and Java. Also update clang-format settings to always add a line break (even if no braces are used).
2020-12-28 12:58:06 -08:00
int main() {
std::cout << cs::GetHostname() << std::endl;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 91ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API