Skip to content

Instantly share code, notes, and snippets.

@okalachev
Last active December 12, 2019 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okalachev/287d936681f6662b04d9237f6f295e71 to your computer and use it in GitHub Desktop.
Save okalachev/287d936681f6662b04d9237f6f295e71 to your computer and use it in GitHub Desktop.
Hats for COEX code
/*
* Description text
* Copyright (C) 2018 Copter Express Technologies
*
* Author: Ivan Petrov <ipetrov@gmail.com>
*
* Distributed under MIT License (available at https://opensource.org/licenses/MIT).
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*/
#include <stdio.h>
int main()
{
printf("hello, world");
}
# Description text
# Copyright (C) 2018 Copter Express Technologies
#
# Author: Ivan Petrov <ipetrov@gmail.com>
#
# Distributed under MIT License (available at https://opensource.org/licenses/MIT).
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
print "hello, world"
@urpylka
Copy link

urpylka commented Sep 22, 2018

В баше не print, а echo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment