OSDN Git Service

プロジェクト整理中
[tryos/TryOS.git] / TryOS.cpp
diff --git a/TryOS.cpp b/TryOS.cpp
deleted file mode 100644 (file)
index 4405fde..0000000
--- a/TryOS.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-//============================================================================
-// Name        : TryOS.cpp
-// Author      : 
-// Version     :
-// Copyright   : Your copyright notice
-// Description : Hello World in C, Ansi-style
-//============================================================================
-
-#include <stdio.h>
-#include <stdlib.h>
-
-int main(void) {
-       puts("!!!Hello World!!!");
-       return EXIT_SUCCESS;
-}