Skip to content
Snippets Groups Projects
Commit a6ced91a authored by Jonathan Schöbel's avatar Jonathan Schöbel
Browse files

added main.c

parent 7f309714
Branches
Tags
No related merge requests found
......@@ -29,9 +29,10 @@ long_line_column=72
[files]
current_page=0
FILE_NAME_0=865;C;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fsrc%2Fmain.c;0;8
[VTE]
last_dir=/home/jonathan/Dokumente/projekte/prgm/RailwaySimulator/src/gui
last_dir=/home/jonathan/Dokumente/projekte/prgm/internet/web/SeFHT/src
[prjorg]
source_patterns=*.c;*.C;*.cpp;*.cxx;*.c++;*.cc;*.m;
......
/*
* main.c
*
* Copyright 2022 Jonathan Schöbel <jonathan@Ubermos-2019>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
*
*
*/
#include <stdio.h>
int main(int argc, char **argv)
{
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment